From: Paul M. <le...@us...> - 2006-08-09 07:28:05
|
Update of /cvsroot/linuxsh/linux/arch/sh/boards/hp6xx In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26933/arch/sh/boards/hp6xx Modified Files: setup.c Log Message: Fixup the hp6xx build. Index: setup.c =================================================================== RCS file: /cvsroot/linuxsh/linux/arch/sh/boards/hp6xx/setup.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- setup.c 7 Aug 2006 06:27:25 -0000 1.5 +++ setup.c 9 Aug 2006 07:28:02 -0000 1.6 @@ -8,11 +8,11 @@ * * Setup code for an HP680 (internal peripherials only) */ - -#include <linux/config.h> +#include <linux/types.h> #include <linux/init.h> -#include <asm/io.h> #include <asm/hd64461.h> +#include <asm/io.h> +#include <asm/irq.h> #include <asm/hp6xx/hp6xx.h> #include <asm/cpu/dac.h> |