summaryrefslogtreecommitdiffstats
path: root/include/linux/pps-gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pps-gpio.h')
-rw-r--r--include/linux/pps-gpio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pps-gpio.h b/include/linux/pps-gpio.h
index 56f35dd3d01d..f028d2cda6f5 100644
--- a/include/linux/pps-gpio.h
+++ b/include/linux/pps-gpio.h
@@ -23,10 +23,9 @@
23#define _PPS_GPIO_H 23#define _PPS_GPIO_H
24 24
25struct pps_gpio_platform_data { 25struct pps_gpio_platform_data {
26 struct gpio_desc *gpio_pin;
26 bool assert_falling_edge; 27 bool assert_falling_edge;
27 bool capture_clear; 28 bool capture_clear;
28 unsigned int gpio_pin;
29 const char *gpio_label;
30}; 29};
31 30
32#endif /* _PPS_GPIO_H */ 31#endif /* _PPS_GPIO_H */