aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-12-07 15:27:23 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-12-07 15:27:23 +0100
commit88979a02c9808f81296edb7e68eaa10ae4e6f38c (patch)
tree1b1afc1104d1bc151ad562ee1973190fa2996afd /include/linux
parentpinctrl: sx150x: handle missing 'advanced' reg in sx1504 and sx1505 (diff)
parentgpio: pl061: delete platform data handling (diff)
downloadwireguard-linux-88979a02c9808f81296edb7e68eaa10ae4e6f38c.tar.xz
wireguard-linux-88979a02c9808f81296edb7e68eaa10ae4e6f38c.zip
Merge branch 'pl061' of /home/linus/linux-gpio into devel
Diffstat (limited to '')
-rw-r--r--include/linux/amba/pl061.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/amba/pl061.h b/include/linux/amba/pl061.h
deleted file mode 100644
index fb83c0453489..000000000000
--- a/include/linux/amba/pl061.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <linux/types.h>
-
-/* platform data for the PL061 GPIO driver */
-
-struct pl061_platform_data {
- /* number of the first GPIO */
- unsigned gpio_base;
-
- /* number of the first IRQ.
- * If the IRQ functionality in not desired this must be set to 0.
- */
- unsigned irq_base;
-
- u8 directions; /* startup directions, 1: out, 0: in */
- u8 values; /* startup values */
-};