diff options
author | David Howells <dhowells@redhat.com> | 2012-03-12 19:36:56 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-03-20 23:00:08 -0400 |
commit | 3bed8d67469cc7129b0babc0211c32fa68408ce0 (patch) | |
tree | c0d49ca0813d61e2c4f266b7da9dcc244bf8bee5 /arch/blackfin/kernel/trace.c | |
parent | 0eceb82f55a9e3756cada9e60ecc3a9b7b5979f5 (diff) |
Disintegrate asm/system.h for Blackfin [ver #2]
Disintegrate asm/system.h for Blackfin.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: uclinux-dist-devel@blackfin.uclinux.org
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/kernel/trace.c')
-rw-r--r-- | arch/blackfin/kernel/trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/trace.c b/arch/blackfin/kernel/trace.c index 050db44fe919..44bbf2f564cb 100644 --- a/arch/blackfin/kernel/trace.c +++ b/arch/blackfin/kernel/trace.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/fixed_code.h> | 21 | #include <asm/fixed_code.h> |
22 | #include <asm/traps.h> | 22 | #include <asm/traps.h> |
23 | #include <asm/irq_handler.h> | 23 | #include <asm/irq_handler.h> |
24 | #include <asm/pda.h> | ||
24 | 25 | ||
25 | void decode_address(char *buf, unsigned long address) | 26 | void decode_address(char *buf, unsigned long address) |
26 | { | 27 | { |