spi-gpio-custom: fix section mismatch
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Mar 2016 16:23:19 +0000 (16:23 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Mar 2016 16:23:19 +0000 (16:23 +0000)
commit5837e57f9e9ac1096e712fb7a22a24443af6fb37
treec9d45c16173294093c9927635dca2a27ca2fb4fc
parent54eaa69addb49fcd92f1a34d27244e278b0046df
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48930 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/spi-gpio-custom/src/spi-gpio-custom.c