OMAPDSS: VENC: fix NULL pointer dereference in DSS2 VENC sysfs debug attr on OMAP4
[zen-stable.git] / include / linux / mfd / abx500 / ab8500-gpio.h
blob488a8c920a29c30e23ba51134eedf94207205b39
1 /*
2 * Copyright ST-Ericsson 2010.
4 * Author: Bibek Basu <bibek.basu@stericsson.com>
5 * Licensed under GPLv2.
6 */
8 #ifndef _AB8500_GPIO_H
9 #define _AB8500_GPIO_H
12 * Platform data to register a block: only the initial gpio/irq number.
15 struct ab8500_gpio_platform_data {
16 int gpio_base;
17 u32 irq_base;
18 u8 config_reg[7];
21 #endif /* _AB8500_GPIO_H */