Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63ac07cd authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/bridge/ptn3460: fix modular build



This failed to build =m, quick fix.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a5a2391e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ struct drm_encoder;
struct i2c_client;
struct device_node;

#ifdef CONFIG_DRM_PTN3460
#if defined(CONFIG_DRM_PTN3460) || defined(CONFIG_DRM_PTN3460_MODULE)

int ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder,
		struct i2c_client *client, struct device_node *node);