summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-06-17 11:15:12 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-06-17 11:15:12 +0000
commit2173d0488b48df93be0fc4e2fc78f5a1eb66eb1f (patch)
treea276b35e9b35238f9a1b3617b696638fd9d048f5 /drivers
parent9d1103d74ac88da4261a455611aa1660cf19d396 (diff)
Adapt to changes in 2.1.43 console.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/sgi/char/newport.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/sgi/char/newport.c b/drivers/sgi/char/newport.c
index 0ec72dcb8..dd28c4cb9 100644
--- a/drivers/sgi/char/newport.c
+++ b/drivers/sgi/char/newport.c
@@ -26,11 +26,11 @@
#include <asm/sgialib.h>
#include <asm/ptrace.h>
-#include "../../char/kbd_kern.h"
-#include "../../char/vt_kern.h"
-#include "../../char/consolemap.h"
-#include "../../char/selection.h"
-#include "../../char/console_struct.h"
+#include <linux/kbd_kern.h>
+#include <linux/vt_kern.h>
+#include <linux/consolemap.h>
+#include <linux/selection.h>
+#include <linux/console_struct.h>
#include "newport.h"