diff options
author | wdenk <wdenk> | 2003-06-29 21:03:46 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-29 21:03:46 +0000 |
commit | b0fce99bfc116c2ddb4506268d6e4a0a7054478d (patch) | |
tree | 6a11d99f1e350d9046c1c0e17298fa2bccd7db3e /disk/part.c | |
parent | eeacb89cb311fe273fef0f20b2bacf589b36f8f4 (diff) |
Fix some missing commands, cleanup header filesU-Boot-0_4_1
(autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
Diffstat (limited to 'disk/part.c')
-rw-r--r-- | disk/part.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disk/part.c b/disk/part.c index 47dc39bae66..97ed9186532 100644 --- a/disk/part.c +++ b/disk/part.c @@ -24,7 +24,6 @@ #include <common.h> #include <command.h> #include <ide.h> -#include <cmd_disk.h> #undef PART_DEBUG |