diff options
| author | 2016-12-07 15:27:23 +0100 | |
|---|---|---|
| committer | 2016-12-07 15:27:23 +0100 | |
| commit | 88979a02c9808f81296edb7e68eaa10ae4e6f38c (patch) | |
| tree | 1b1afc1104d1bc151ad562ee1973190fa2996afd /include/linux | |
| parent | pinctrl: sx150x: handle missing 'advanced' reg in sx1504 and sx1505 (diff) | |
| parent | gpio: pl061: delete platform data handling (diff) | |
| download | wireguard-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.h | 16 |
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 */ -}; |
