]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mfd/wm8350/gpio.h
mfd: Add placeholders for WM8350 client devices
[linux-2.6-omap-h63xx.git] / include / linux / mfd / wm8350 / gpio.h
index c6cd2ca8854a68fa711bc3a28b7e4ac8806adf80..ed91e8f5d298fb8ea393927be7f621e746cf83f6 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef __LINUX_MFD_WM8350_GPIO_H_
 #define __LINUX_MFD_WM8350_GPIO_H_
 
+#include <linux/platform_device.h>
+
 /*
  * GPIO Registers.
  */
@@ -328,6 +330,10 @@ struct wm8350;
 int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func,
                       int pol, int pull, int invert, int debounce);
 
+struct wm8350_gpio {
+       struct platform_device *pdev;
+};
+
 /*
  * GPIO Interrupts
  */