|
From: Paul M. <le...@us...> - 2006-07-18 13:30:36
|
Update of /cvsroot/linuxsh/linux/drivers/usb/host In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18693/drivers/usb/host Modified Files: ohci-voyagergx.c Log Message: Move voyagergx_reg.h somewhere sensible. Index: ohci-voyagergx.c =================================================================== RCS file: /cvsroot/linuxsh/linux/drivers/usb/host/ohci-voyagergx.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ohci-voyagergx.c 27 Jan 2006 16:11:52 -0000 1.4 +++ ohci-voyagergx.c 18 Jul 2006 13:30:29 -0000 1.5 @@ -23,7 +23,7 @@ #include <linux/init.h> #include <linux/module.h> #include <linux/platform_device.h> -#include <asm/mach/voyagergx_reg.h> +#include <asm/voyagergx.h> extern int usb_disabled(void); |