diff options
| -rw-r--r-- | include/linux/gpio/machine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/gpio/machine.h b/include/linux/gpio/machine.h index b8ad87fab4ce..e2706140eaff 100644 --- a/include/linux/gpio/machine.h +++ b/include/linux/gpio/machine.h | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | #ifndef __LINUX_GPIO_MACHINE_H | 1 | #ifndef __LINUX_GPIO_MACHINE_H |
| 2 | #define __LINUX_GPIO_MACHINE_H | 2 | #define __LINUX_GPIO_MACHINE_H |
| 3 | 3 | ||
| 4 | #include <linux/types.h> | ||
| 5 | #include <linux/list.h> | ||
| 6 | |||
| 4 | enum gpio_lookup_flags { | 7 | enum gpio_lookup_flags { |
| 5 | GPIO_ACTIVE_HIGH = (0 << 0), | 8 | GPIO_ACTIVE_HIGH = (0 << 0), |
| 6 | GPIO_ACTIVE_LOW = (1 << 0), | 9 | GPIO_ACTIVE_LOW = (1 << 0), |
