diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-02-09 18:48:19 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-10 10:44:35 -0800 |
commit | 6816383a09b5be8d35f14f4c25dedb64498e4959 (patch) | |
tree | e4ae32d0f8f4644b72ad83ba04cbb04c636a0553 /MAINTAINERS | |
parent | 5a22e30def8b9539576ff047adb14455ca559f07 (diff) | |
download | linux-3.10-6816383a09b5be8d35f14f4c25dedb64498e4959.tar.gz linux-3.10-6816383a09b5be8d35f14f4c25dedb64498e4959.tar.bz2 linux-3.10-6816383a09b5be8d35f14f4c25dedb64498e4959.zip |
tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h
There are multiple users of this file from different source
paths now, and rather than have ../ paths in include statements,
just move the file to the linux header dir.
Suggested-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9a648eb8e21..27c052cc883 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6187,8 +6187,8 @@ L: sparclinux@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git S: Maintained +F: include/linux/sunserialcore.h F: drivers/tty/serial/suncore.c -F: drivers/tty/serial/suncore.h F: drivers/tty/serial/sunhv.c F: drivers/tty/serial/sunsab.c F: drivers/tty/serial/sunsab.h |