From 1d9def04c2452e1becab3d99c325ddc1076a86c8 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 21 Oct 2009 19:11:34 +0100 Subject: [PATCH] --- yaml --- r: 176045 b: refs/heads/master c: 75b75722b4eb1032b3fe2e56b7015f23c6080529 h: refs/heads/master i: 176043: b89669c40cffe4f4e65fcf7b4069147ee4c013df v: v3 --- [refs] | 2 +- trunk/include/linux/mfd/wm8350/core.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 039b6d5d6b1e..a335f08b481b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53cf9a605d75877550c1b9793d7e994401d08eb7 +refs/heads/master: 75b75722b4eb1032b3fe2e56b7015f23c6080529 diff --git a/trunk/include/linux/mfd/wm8350/core.h b/trunk/include/linux/mfd/wm8350/core.h index 32197fde904d..ffce508a9109 100644 --- a/trunk/include/linux/mfd/wm8350/core.h +++ b/trunk/include/linux/mfd/wm8350/core.h @@ -646,10 +646,12 @@ 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. + * @irq_base: Base IRQ for genirq (not currently used). */ struct wm8350_platform_data { int (*init)(struct wm8350 *wm8350); int irq_high; + int irq_base; };