diff --git a/cpu/74xx_7xx/traps.c b/cpu/74xx_7xx/traps.c index 24e28e212a4401952a48b5ac0b50f8bd9a70eadf..1d5dd017efc599e04bfe398da7a0ec8dc69b03b2 100644 --- a/cpu/74xx_7xx/traps.c +++ b/cpu/74xx_7xx/traps.c @@ -34,6 +34,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> #ifdef CONFIG_AMIGAONEG3SE diff --git a/cpu/mpc512x/traps.c b/cpu/mpc512x/traps.c index 8000fabd4ade826f19401cfc71942e56384c8535..786f4a5a7e59d90c66f4c261bda3f4915ebf3c8a 100644 --- a/cpu/mpc512x/traps.c +++ b/cpu/mpc512x/traps.c @@ -28,6 +28,7 @@ */ #include <common.h> +#include <kgdb.h> #include <asm/processor.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/cpu/mpc5xx/traps.c b/cpu/mpc5xx/traps.c index cc8e091352836ab74276f45802cfe503e63da756..6882c21a41766c9e90434d50e6f4ba89ef426969 100644 --- a/cpu/mpc5xx/traps.c +++ b/cpu/mpc5xx/traps.c @@ -34,6 +34,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> #if defined(CONFIG_CMD_BEDBUG) diff --git a/cpu/mpc5xxx/traps.c b/cpu/mpc5xxx/traps.c index 2a0915351e7a788b35b0198520bacdda84c6d6e1..934a2f2ab086f1ad249c0800022e7d69f9de0f55 100644 --- a/cpu/mpc5xxx/traps.c +++ b/cpu/mpc5xxx/traps.c @@ -35,6 +35,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> /* Returns 0 if exception not found and fixup otherwise. */ diff --git a/cpu/mpc8220/traps.c b/cpu/mpc8220/traps.c index f98d40f008742bdbbd8352b8cb04e454613131e8..456578001bbcd50672c4724050610d000b3be162 100644 --- a/cpu/mpc8220/traps.c +++ b/cpu/mpc8220/traps.c @@ -35,6 +35,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> /* Returns 0 if exception not found and fixup otherwise. */ diff --git a/cpu/mpc8260/traps.c b/cpu/mpc8260/traps.c index f9f4dea9392da1fcfa927a410b2d8506b2462734..d216f71f945ee4d680dc240d955a0cadb59a7bf9 100644 --- a/cpu/mpc8260/traps.c +++ b/cpu/mpc8260/traps.c @@ -34,6 +34,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> #include <asm/m8260_pci.h> diff --git a/cpu/mpc83xx/traps.c b/cpu/mpc83xx/traps.c index 3b09a62ac1adc59a0d8482932f8916496f8e9dd4..9d71b8b73008df9b7bcc5d7e4f9f76ec088e8936 100644 --- a/cpu/mpc83xx/traps.c +++ b/cpu/mpc83xx/traps.c @@ -27,6 +27,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> #include <asm/mpc8349_pci.h> diff --git a/cpu/mpc85xx/traps.c b/cpu/mpc85xx/traps.c index 241ebd5657c7b852b21e12131935a995615d7093..10108d86e3343e7d4d0f7a25c814383b7db50cfb 100644 --- a/cpu/mpc85xx/traps.c +++ b/cpu/mpc85xx/traps.c @@ -38,6 +38,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/cpu/mpc86xx/traps.c b/cpu/mpc86xx/traps.c index ad005c3afe663972205a95856f23651da0c8cb54..406403e51277170dd08b88a6bcc9597c2d2e15d0 100644 --- a/cpu/mpc86xx/traps.c +++ b/cpu/mpc86xx/traps.c @@ -32,6 +32,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/cpu/mpc8xx/traps.c b/cpu/mpc8xx/traps.c index f357c8d6bfbe66e0ad0189f5cce65cff149f2401..6efe8e0ea7bc49166734bceef60fb97902171256 100644 --- a/cpu/mpc8xx/traps.c +++ b/cpu/mpc8xx/traps.c @@ -34,6 +34,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> #if defined(CONFIG_CMD_BEDBUG)