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)
commita3804f621059e3818b914ed97543a3a4f605d18d
treec9d45c16173294093c9927635dca2a27ca2fb4fc
parent4ec51c6ae58ab51d4dd5f1beca4f84287a685cc1
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