mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 23:51:45 +07:00
drm/exynos: Staticize exynos_dpi_of_find_panel_node
exynos_dpi_of_find_panel_node is local to this file. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Inki Dae <inki.dae>
This commit is contained in:
parent
b26c04f47c
commit
f46ed1abef
@ -235,7 +235,7 @@ enum {
|
||||
FIMD_PORT_WRB,
|
||||
};
|
||||
|
||||
struct device_node *exynos_dpi_of_find_panel_node(struct device *dev)
|
||||
static struct device_node *exynos_dpi_of_find_panel_node(struct device *dev)
|
||||
{
|
||||
struct device_node *np, *ep;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user