spi-gpio-custom: fix section mismatch
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 5 Mar 2016 16:23:19 +0000 (16:23 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 5 Mar 2016 16:23:19 +0000 (16:23 +0000)
commit837d4f8f41a18b2aa4a7689e5947391c788b2e20
treee182811c22170ec0c9c9b900d5a3b56653f5155d
parent683c046673e09a41527400369fa4da43e7d55af5
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
package/kernel/spi-gpio-custom/src/spi-gpio-custom.c