diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-07-13 17:52:09 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-13 18:42:29 +1000 |
commit | c59acae85409fdf5d7574e90009c8410daf38938 (patch) | |
tree | d61be73e9bff19478e5389b013de70fe0ea98465 /arch/powerpc/kernel/lparcfg.c | |
parent | a892e5d7fa7fb893b5873f7150a83f6f1ee141b5 (diff) | |
download | talos-obmc-linux-c59acae85409fdf5d7574e90009c8410daf38938.tar.gz talos-obmc-linux-c59acae85409fdf5d7574e90009c8410daf38938.zip |
[POWERPC] iseries: Make ItExtVpdPanel private to iSeries
No one outside platforms/iseries needs ItExtVpdPanel anymore, so move
it in there. It used to be needed by lparcfg, and so was exported, but
isn't needed anymore, so unexport it.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/kernel/lparcfg.c')
-rw-r--r-- | arch/powerpc/kernel/lparcfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/lparcfg.c b/arch/powerpc/kernel/lparcfg.c index 23f34daa044a..2d94b372d49b 100644 --- a/arch/powerpc/kernel/lparcfg.c +++ b/arch/powerpc/kernel/lparcfg.c @@ -32,7 +32,6 @@ #include <asm/rtas.h> #include <asm/system.h> #include <asm/time.h> -#include <asm/iseries/it_exp_vpd_panel.h> #include <asm/prom.h> #include <asm/vdso_datapage.h> |