Update of /cvsroot/linuxsh/linux/sound/oss
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18693/sound/oss
Modified Files:
voyagergx_8051.c voyagergx_sound.c
Log Message:
Move voyagergx_reg.h somewhere sensible.
Index: voyagergx_8051.c
===================================================================
RCS file: /cvsroot/linuxsh/linux/sound/oss/voyagergx_8051.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- voyagergx_8051.c 26 Jun 2004 15:29:38 -0000 1.2
+++ voyagergx_8051.c 18 Jul 2006 13:30:29 -0000 1.3
@@ -1,6 +1,6 @@
#include <linux/module.h>
#include <linux/delay.h>
-#include <asm/rts7751r2d/voyagergx_reg.h>
+#include <asm/voyagergx.h>
#include "voyagergx_sound.h"
#define DELAY_8051 300000
Index: voyagergx_sound.c
===================================================================
RCS file: /cvsroot/linuxsh/linux/sound/oss/voyagergx_sound.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- voyagergx_sound.c 23 Dec 2005 08:25:06 -0000 1.4
+++ voyagergx_sound.c 18 Jul 2006 13:30:30 -0000 1.5
@@ -36,7 +36,7 @@
#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/hardirq.h>
-#include <asm/rts7751r2d/voyagergx_reg.h>
+#include <asm/voyagergx.h>
#include <asm/irq.h>
#include "voyagergx_sound.h"
|