Skip to content

Commit

Permalink
drm/bridge: export ptn3460_init function
Browse files Browse the repository at this point in the history
This patch exports ptn3460_init function so that other modules
can call this function.

Signed-off-by: Inki Dae <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
  • Loading branch information
daeinki committed Apr 4, 2014
1 parent d089621 commit 96e112c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/bridge/ptn3460.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,4 @@ int ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder,
gpio_free(ptn_bridge->gpio_rst_n);
return ret;
}
EXPORT_SYMBOL(ptn3460_init);

0 comments on commit 96e112c

Please sign in to comment.