OSDN Git Service

ARM: pxa: cm-x300: remove inline directive
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 26 Dec 2017 12:45:36 +0000 (14:45 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 7 Mar 2018 13:19:47 +0000 (14:19 +0100)
commit69a90f49372b5932852cb2f4f48b6effcf66b042
treec6c5a7b1c0fe69b0643a8c3431136681355ea95a
parent6d07f1911e545e77bd57b30590742ad9517ab323
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: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/cm-x300.c