Skip to content

Commit

Permalink
drm/bridge/ptn3460: fix modular build
Browse files Browse the repository at this point in the history
This failed to build =m, quick fix.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Mar 23, 2014
1 parent a5a2391 commit 63ac07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/bridge/ptn3460.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 63ac07c

Please sign in to comment.