diff options
Diffstat (limited to 'include/linux/platform_data/gpio-em.h')
-rw-r--r-- | include/linux/platform_data/gpio-em.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/platform_data/gpio-em.h b/include/linux/platform_data/gpio-em.h deleted file mode 100644 index 573edfb046c..00000000000 --- a/include/linux/platform_data/gpio-em.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #ifndef __GPIO_EM_H__ | ||
2 | #define __GPIO_EM_H__ | ||
3 | |||
4 | struct gpio_em_config { | ||
5 | unsigned int gpio_base; | ||
6 | unsigned int irq_base; | ||
7 | unsigned int number_of_pins; | ||
8 | }; | ||
9 | |||
10 | #endif /* __GPIO_EM_H__ */ | ||