summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-19 22:56:31 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-19 22:56:31 +0000
commit8a1ae5514bf9f793282ea5a61254f7fbb3a5ec3e (patch)
tree317452d53b8f901052d08c7ebbce07e85839bb43 /drivers
parent794ff4dc959a8dfef4f704ef6a5bb7334e421623 (diff)
MIPS 64, day 2.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/sgi/char/graphics.c4
-rw-r--r--drivers/sgi/char/newport.c2
-rw-r--r--drivers/video/newport_con.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/sgi/char/graphics.c b/drivers/sgi/char/graphics.c
index 6526aaa02..0875d7067 100644
--- a/drivers/sgi/char/graphics.c
+++ b/drivers/sgi/char/graphics.c
@@ -1,4 +1,4 @@
-/* $Id: graphics.c,v 1.15 1999/02/06 03:57:38 adevries Exp $
+/* $Id: graphics.c,v 1.16 1999/04/01 23:45:00 ulfc Exp $
*
* gfx.c: support for SGI's /dev/graphics, /dev/opengl
*
@@ -41,7 +41,7 @@
#include <asm/rrm.h>
#include <asm/page.h>
#include <asm/pgtable.h>
-#include <asm/newport.h>
+#include <video/newport.h>
#define DEBUG
diff --git a/drivers/sgi/char/newport.c b/drivers/sgi/char/newport.c
index 7693933a4..7fa4d65fe 100644
--- a/drivers/sgi/char/newport.c
+++ b/drivers/sgi/char/newport.c
@@ -11,7 +11,7 @@
#include <asm/gfx.h>
#include <asm/ng1.h>
#include <asm/uaccess.h>
-#include <asm/newport.h>
+#include <video/newport.h>
#include <linux/config.h>
#include <linux/module.h>
diff --git a/drivers/video/newport_con.c b/drivers/video/newport_con.c
index e35951b82..f47cb6c1c 100644
--- a/drivers/video/newport_con.c
+++ b/drivers/video/newport_con.c
@@ -26,7 +26,7 @@
#include <asm/system.h>
#include <asm/page.h>
#include <asm/pgtable.h>
-#include <asm/newport.h>
+#include <video/newport.h>
#define INCLUDE_LINUX_LOGO_DATA
#include <asm/linux_logo.h>