openwrt/package/kernel/spi-gpio-custom/src
Hauke Mehrtens 837d4f8f41 spi-gpio-custom: fix section mismatch
This fixes this section mismatch warning:
The function spi_gpio_custom_get_slave_cs() references
the variable __initdata bus_nump.
This is often because spi_gpio_custom_get_slave_cs lacks a __initdata
annotation or the annotation of bus_nump is wrong.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 48930
2016-03-05 16:23:19 +00:00
..
Kconfig package/kernel: add spi-gpio-custom module 2013-09-02 08:45:29 +00:00
Makefile package/kernel: add spi-gpio-custom module 2013-09-02 08:45:29 +00:00
spi-gpio-custom.c spi-gpio-custom: fix section mismatch 2016-03-05 16:23:19 +00:00