forked from Minki/linux
drm/bridge/ptn3460: fix modular build
This failed to build =m, quick fix. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a5a2391e27
commit
63ac07cdee
@ -19,7 +19,7 @@ struct drm_encoder;
|
|||||||
struct i2c_client;
|
struct i2c_client;
|
||||||
struct device_node;
|
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,
|
int ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder,
|
||||||
struct i2c_client *client, struct device_node *node);
|
struct i2c_client *client, struct device_node *node);
|
||||||
|
Loading…
Reference in New Issue
Block a user