Commit 69a90f49 authored by Igor Grinberg's avatar Igor Grinberg Committed by Robert Jarzmik

ARM: pxa: cm-x300: remove inline directive

cm_x300_u2d_init() function is only used through its function pointer
that is passed through platform_data structure to the driver.
Therefore it can never be inlined.
Remove the inline directive.
Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 6d07f191
...@@ -509,7 +509,7 @@ static int cm_x300_ulpi_phy_reset(void) ...@@ -509,7 +509,7 @@ static int cm_x300_ulpi_phy_reset(void)
return 0; return 0;
} }
static inline int cm_x300_u2d_init(struct device *dev) static int cm_x300_u2d_init(struct device *dev)
{ {
int err = 0; int err = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment