aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/wl12xx.h
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-11-17 18:50:09 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-11-18 17:09:24 -0500
commitc95cf3d09adc9afe7816a13a920b6df36062a3fe (patch)
tree6f7b922526c4ae4fa1d593d8bcd89738d37a2784 /include/linux/spi/wl12xx.h
parentwl1251: remove depcreated qual usage (diff)
downloadlinux-dev-c95cf3d09adc9afe7816a13a920b6df36062a3fe.tar.xz
linux-dev-c95cf3d09adc9afe7816a13a920b6df36062a3fe.zip
wl1251: add NVS in EEPROM support
wl1251 supports also that NVS is stored in a separate EEPROM, add support for that. kvalo: use platform data instead Kconfig and use kernel style Signed-off-by: David-John Willis <John.Willis@Distant-earth.com> Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/spi/wl12xx.h')
-rw-r--r--include/linux/spi/wl12xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/wl12xx.h b/include/linux/spi/wl12xx.h
index 11430cab2aad..aed64ed3dc8a 100644
--- a/include/linux/spi/wl12xx.h
+++ b/include/linux/spi/wl12xx.h
@@ -26,6 +26,7 @@
struct wl12xx_platform_data {
void (*set_power)(bool enable);
+ bool use_eeprom;
};
#endif