mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
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 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);
|
||||
|
Loading…
Reference in New Issue
Block a user