mpc83xx: PCI: Fix hard-coded first_busno value
[oweals/u-boot.git] / fs / fdos / dev.c
index 334d07366df3f1f20aee8645a558fd887e7b0e5d..b55b6ed2d63e8dc14f845372d1e4afff70c46ce8 100644 (file)
@@ -28,8 +28,6 @@
 #include "dos.h"
 #include "fdos.h"
 
-#if (CONFIG_COMMANDS & CFG_CMD_FDOS) || defined(CONFIG_CMD_FDOS)
-
 #define NB_HEADS        2
 #define NB_TRACKS       80
 #define NB_SECTORS      18
@@ -190,6 +188,3 @@ int check_dev (BootSector_t *boot, Fs_t *fs)
 
     return (0);
 }
-
-
-#endif