aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/suncore.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-02-09 18:48:19 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-10 10:44:35 -0800
commit6816383a09b5be8d35f14f4c25dedb64498e4959 (patch)
treee4ae32d0f8f4644b72ad83ba04cbb04c636a0553 /drivers/tty/serial/suncore.c
parentMerge tag 'tty-3.3-rc3' tty-next (diff)
downloadlinux-dev-6816383a09b5be8d35f14f4c25dedb64498e4959.tar.xz
linux-dev-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 'drivers/tty/serial/suncore.c')
-rw-r--r--drivers/tty/serial/suncore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/suncore.c b/drivers/tty/serial/suncore.c
index 6381a0282ee7..6e4ac8db2d79 100644
--- a/drivers/tty/serial/suncore.c
+++ b/drivers/tty/serial/suncore.c
@@ -17,11 +17,11 @@
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/serial_core.h>
+#include <linux/sunserialcore.h>
#include <linux/init.h>
#include <asm/prom.h>
-#include "suncore.h"
static int sunserial_current_minor = 64;