diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2012-07-25 23:20:03 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-05 07:19:33 +0200 |
commit | beacc6da8649f5c0841ac9b326dcf0c4dad823cd (patch) | |
tree | b70e28262343cb11bb3fff0818841d0875c8c18a /arch/powerpc/kernel/vio.c | |
parent | powerpc: Remove virt_to_abs() now all users have been fixed (diff) | |
download | linux-beacc6da8649f5c0841ac9b326dcf0c4dad823cd.tar.xz linux-beacc6da8649f5c0841ac9b326dcf0c4dad823cd.zip |
powerpc: Remove all includes of <asm/abs_addr.h>
It's empty now, apart from other includes.
Fixup a few files that were getting things via this header.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/vio.c')
-rw-r--r-- | arch/powerpc/kernel/vio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vio.c b/arch/powerpc/kernel/vio.c index 02b32216bbc3..201ba59738be 100644 --- a/arch/powerpc/kernel/vio.c +++ b/arch/powerpc/kernel/vio.c @@ -33,7 +33,6 @@ #include <asm/prom.h> #include <asm/firmware.h> #include <asm/tce.h> -#include <asm/abs_addr.h> #include <asm/page.h> #include <asm/hvcall.h> |