dslinux/linux-2.6.x/drivers/ide/arm ide_arm.c

amadeus dslinux_amadeus at user.in-berlin.de
Tue Aug 22 17:08:00 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/drivers/ide/arm
In directory antilope:/tmp/cvs-serv32423/linux-2.6.x/drivers/ide/arm

Modified Files:
	ide_arm.c 
Log Message:
Fix compiler warning

Index: ide_arm.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/drivers/ide/arm/ide_arm.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ide_arm.c	28 Jul 2006 10:26:58 -0000	1.7
+++ ide_arm.c	22 Aug 2006 15:07:58 -0000	1.8
@@ -60,7 +60,7 @@
 		for (i=0; i<8; i++)
 			hw.io_ports[i] = 0x08800000 + 0x20000*i;
 		hw.io_ports[8] = 0x080C0000; // control
-#elif CONFIG_IDE_NDS_MAX_MEDIA_PLAYER
+#elif defined(CONFIG_IDE_NDS_MAX_MEDIA_PLAYER)
 		for (i=0; i<8; i++)
 			hw.io_ports[i] = 0x08000000 + 0x20000*i;
 		hw.io_ports[8] = 0x080E0000; // control




More information about the dslinux-commit mailing list