aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/gpio/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index cd9da3885d79..656a27efb2c8 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -5,6 +5,7 @@
5 5
6struct device; 6struct device;
7struct gpio_desc; 7struct gpio_desc;
8struct seq_file;
8 9
9/** 10/**
10 * struct gpio_chip - abstract a GPIO controller 11 * struct gpio_chip - abstract a GPIO controller