Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/bridge/ptn3460: fix modular build

This failed to build =m, quick fix.

Signed-off-by: Dave Airlie <airlied@redhat.com>

+1 -1
+1 -1
include/drm/bridge/ptn3460.h
··· 19 19 struct i2c_client; 20 20 struct device_node; 21 21 22 - #ifdef CONFIG_DRM_PTN3460 22 + #if defined(CONFIG_DRM_PTN3460) || defined(CONFIG_DRM_PTN3460_MODULE) 23 23 24 24 int ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder, 25 25 struct i2c_client *client, struct device_node *node);