diff options
author | Joe Perches <joe@perches.com> | 2012-04-05 14:25:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-05 15:25:51 -0700 |
commit | 6fc26488e44a3248e24997cda2fa6a4d4b062c5b (patch) | |
tree | 3906b811a637d7fba33d0cc5db94f61f74980be3 /MAINTAINERS | |
parent | 2561b069da3e8fe2ab939f82abe43754d39b6ea0 (diff) | |
download | linux-6fc26488e44a3248e24997cda2fa6a4d4b062c5b.tar.bz2 |
MAINTAINERS: fix REMOTEPROC F: typo
remoteproc.txt should have been .h
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3d11fa581bb7..a8a0c609af97 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5639,7 +5639,7 @@ M: Ohad Ben-Cohen <ohad@wizery.com> S: Maintained F: drivers/remoteproc/ F: Documentation/remoteproc.txt -F: include/linux/remoteproc.txt +F: include/linux/remoteproc.h RFKILL M: Johannes Berg <johannes@sipsolutions.net> |