Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/package/kernel/spi-gpio-custom
Hauke Mehrtens a3804f6210 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