]> Pileus Git - ~andy/linux/blobdiff - include/linux/ssb/ssb.h
Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / include / linux / ssb / ssb.h
index 1f64e3f1f22b52f5d1db2f57bfb69c4a80bca0e8..22958d68ecfe19016e721eb552cd5f901bbbbf89 100644 (file)
@@ -6,6 +6,7 @@
 #include <linux/types.h>
 #include <linux/spinlock.h>
 #include <linux/pci.h>
+#include <linux/gpio.h>
 #include <linux/mod_devicetable.h>
 #include <linux/dma-mapping.h>
 #include <linux/platform_device.h>
@@ -435,6 +436,9 @@ struct ssb_bus {
        spinlock_t gpio_lock;
        struct platform_device *watchdog;
 #endif /* EMBEDDED */
+#ifdef CONFIG_SSB_DRIVER_GPIO
+       struct gpio_chip gpio;
+#endif /* DRIVER_GPIO */
 
        /* Internal-only stuff follows. Do not touch. */
        struct list_head list;