From: Paul M. <le...@us...> - 2001-09-25 03:36:38
|
Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/generic In directory usw-pr-cvs1:/tmp/cvs-serv5739/arch/mips/ite-boards/generic Modified Files: it8172_setup.c Log Message: Sync with OSS 2.4.9. Index: it8172_setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ite-boards/generic/it8172_setup.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- it8172_setup.c 2001/08/25 02:19:27 1.4 +++ it8172_setup.c 2001/09/25 03:36:35 1.5 @@ -257,14 +257,6 @@ IT8172_PCI_IO_BASE + IT_SCR1_BASE + IT_SCR_SCDR); } #endif /* CONFIG_IT8172_SCR1 */ - -#if defined(CONFIG_MIPS_IVR) - printk("Globespan IVR Board\n"); - printk("IVR port (C) 2001 MontaVista Software, Inc. (so...@mv...)\n"); -#else - printk("ITE 8172 Board\n"); - printk("ITE port (C) 2001 MontaVista Software, Inc. (so...@mv...)\n"); -#endif } |