diff options
author | Alexandre Courbot <[email protected]> | 2014-08-04 13:06:58 +0900 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2014-08-07 11:56:06 +0200 |
commit | bdc6e95e1273b5cef01590273c1a240c53ceeea0 (patch) | |
tree | 910a66d3a3407cc379f2abe200a04e4faf25e75f | |
parent | b3ea074fd3c798bee861aa076dc2f873461ae26f (diff) |
MAINTAINERS: update GPIO include files
Files under include/linux/gpio/ were not reported as part of the GPIO
subsystem. Fix this.
Signed-off-by: Alexandre Courbot <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 66768ca67afa..ef159d0101dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3958,7 +3958,8 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git S: Maintained F: Documentation/gpio/ F: drivers/gpio/ -F: include/linux/gpio* +F: include/linux/gpio/ +F: include/linux/gpio.h F: include/asm-generic/gpio.h GRE DEMULTIPLEXER DRIVER |