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

drm/bridge/ptn3460: fix modular build

This failed to build =m, quick fix.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a5a2391e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment