aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/gpio-omap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/gpio-omap.h b/include/linux/platform_data/gpio-omap.h
index 8612855691b2..d952151b6e33 100644
--- a/include/linux/platform_data/gpio-omap.h
+++ b/include/linux/platform_data/gpio-omap.h
@@ -197,6 +197,8 @@ struct omap_gpio_platform_data {
197 bool is_mpuio; /* whether the bank is of type MPUIO */ 197 bool is_mpuio; /* whether the bank is of type MPUIO */
198 u32 non_wakeup_gpios; 198 u32 non_wakeup_gpios;
199 199
200 u32 quirks; /* Version specific quirks mask */
201
200 struct omap_gpio_reg_offs *regs; 202 struct omap_gpio_reg_offs *regs;
201 203
202 /* Return context loss count due to PM states changing */ 204 /* Return context loss count due to PM states changing */