aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2016-12-07 15:27:23 +0100
committerLinus Walleij <[email protected]>2016-12-07 15:27:23 +0100
commit88979a02c9808f81296edb7e68eaa10ae4e6f38c (patch)
tree1b1afc1104d1bc151ad562ee1973190fa2996afd /include/linux
parent283dc0be75b2fd870ae32a080a568f67c9ac9a4e (diff)
parent6da7b0dd517592e12966af7ec55eecf6ebd2c589 (diff)
Merge branch 'pl061' of /home/linus/linux-gpio into devel
Diffstat (limited to 'include/linux')
-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 */
-};