diff options
Diffstat (limited to 'cpu/ppc4xx/bedbug_405.c')
-rw-r--r-- | cpu/ppc4xx/bedbug_405.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/ppc4xx/bedbug_405.c b/cpu/ppc4xx/bedbug_405.c index eabc583d216..23752f3940b 100644 --- a/cpu/ppc4xx/bedbug_405.c +++ b/cpu/ppc4xx/bedbug_405.c @@ -5,8 +5,7 @@ #include <common.h> #include <command.h> #include <linux/ctype.h> - -#include <cmd_bedbug.h> +#include <bedbug/type.h> #include <bedbug/bedbug.h> #include <bedbug/regs.h> #include <bedbug/ppc.h> |