]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mfd/wm8350/core.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / include / linux / mfd / wm8350 / core.h
index 980669d50dcaef1d450eec3d93412b7c3cdb38a1..42cca672f34061cc1072ae4e636d1e8770ba2bbf 100644 (file)
@@ -640,9 +640,11 @@ struct wm8350 {
  *
  * @init: Function called during driver initialisation.  Should be
  *        used by the platform to configure GPIO functions and similar.
+ * @irq_high: Set if WM8350 IRQ is active high.
  */
 struct wm8350_platform_data {
        int (*init)(struct wm8350 *wm8350);
+       int irq_high;
 };