diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/acpi_gpio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/acpi_gpio.h b/include/linux/acpi_gpio.h index d875bc3dba3c..af96a0d452f6 100644 --- a/include/linux/acpi_gpio.h +++ b/include/linux/acpi_gpio.h | |||
| @@ -21,9 +21,6 @@ struct acpi_gpio_info { | |||
| 21 | 21 | ||
| 22 | struct gpio_desc *acpi_get_gpiod_by_index(struct device *dev, int index, | 22 | struct gpio_desc *acpi_get_gpiod_by_index(struct device *dev, int index, |
| 23 | struct acpi_gpio_info *info); | 23 | struct acpi_gpio_info *info); |
| 24 | void acpi_gpiochip_request_interrupts(struct gpio_chip *chip); | ||
| 25 | void acpi_gpiochip_free_interrupts(struct gpio_chip *chip); | ||
| 26 | |||
| 27 | #else /* CONFIG_GPIO_ACPI */ | 24 | #else /* CONFIG_GPIO_ACPI */ |
| 28 | 25 | ||
| 29 | static inline struct gpio_desc * | 26 | static inline struct gpio_desc * |
| @@ -33,9 +30,6 @@ acpi_get_gpiod_by_index(struct device *dev, int index, | |||
| 33 | return ERR_PTR(-ENOSYS); | 30 | return ERR_PTR(-ENOSYS); |
| 34 | } | 31 | } |
| 35 | 32 | ||
| 36 | static inline void acpi_gpiochip_request_interrupts(struct gpio_chip *chip) { } | ||
| 37 | static inline void acpi_gpiochip_free_interrupts(struct gpio_chip *chip) { } | ||
| 38 | |||
| 39 | #endif /* CONFIG_GPIO_ACPI */ | 33 | #endif /* CONFIG_GPIO_ACPI */ |
| 40 | 34 | ||
| 41 | static inline int acpi_get_gpio_by_index(struct device *dev, int index, | 35 | static inline int acpi_get_gpio_by_index(struct device *dev, int index, |
