1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00
openwrt/package/kernel/spi-gpio-custom
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
..
src spi-gpio-custom: fix section mismatch 2016-03-05 16:23:19 +00:00
Makefile package/kernel: add spi-gpio-custom module 2013-09-02 08:45:29 +00:00