提交 63ac07cd 编写于 作者: D Dave Airlie

drm/bridge/ptn3460: fix modular build

This failed to build =m, quick fix.
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册