diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-03 18:16:21 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-05-09 23:45:18 +0300 |
commit | ac8e3ff3a07cb8bf7a5ce4627c39a50e71dcd394 (patch) | |
tree | e3a018eba74ef958650caff9ea6cfb1e35653469 /arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | |
parent | 53c703501e3c10283315f1c846d4ebea7d371c4d (diff) | |
download | linux-ac8e3ff3a07cb8bf7a5ce4627c39a50e71dcd394.tar.xz |
HSI: omap-ssi: include pinctrl header files
The driver now uses some pinctrl functions, but fails
to build if PINCTRL is disabled because the respective
header files are only included indirectly:
drivers/hsi/controllers/omap_ssi_core.c: In function 'ssi_clk_event':
drivers/hsi/controllers/omap_ssi_core.c:317:4: error: implicit declaration of function 'pinctrl_pm_select_idle_state' [-Werror=implicit-function-declaration]
drivers/hsi/controllers/omap_ssi_core.c:339:4: error: implicit declaration of function 'pinctrl_pm_select_default_state' [-Werror=implicit-function-declaration]
drivers/hsi/controllers/omap_ssi_port.c: In function 'ssi_flush':
drivers/hsi/controllers/omap_ssi_port.c:520:2: error: implicit declaration of function 'pinctrl_pm_select_idle_state' [-Werror=implicit-function-declaration]
This includes the headers from the files that call the functions,
which works even if pinctrl is turned off.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 4bcf7414528a ("HSI: omap-ssi: add clk change support")
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-a-plus.dts')
0 files changed, 0 insertions, 0 deletions