projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d089621
)
drm/bridge: export ptn3460_init function
author
Inki Dae
<inki.dae@samsung.com>
Fri, 4 Apr 2014 03:14:51 +0000
(12:14 +0900)
committer
Inki Dae
<daeinki@gmail.com>
Fri, 4 Apr 2014 12:24:50 +0000
(21:24 +0900)
This patch exports ptn3460_init function so that other modules
can call this function.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/bridge/ptn3460.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/bridge/ptn3460.c
b/drivers/gpu/drm/bridge/ptn3460.c
index a9e5c1a13666de8f70c1cc28e838fc89b6c13b41..b171901a35538d7a958e8289df8631f29ae53a47 100644
(file)
--- a/
drivers/gpu/drm/bridge/ptn3460.c
+++ b/
drivers/gpu/drm/bridge/ptn3460.c
@@
-347,3
+347,4
@@
err:
gpio_free(ptn_bridge->gpio_rst_n);
return ret;
}
+EXPORT_SYMBOL(ptn3460_init);