diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-07-13 03:52:09 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-13 04:42:29 -0400 |
commit | c59acae85409fdf5d7574e90009c8410daf38938 (patch) | |
tree | d61be73e9bff19478e5389b013de70fe0ea98465 /arch/powerpc/platforms/iseries/lpardata.c | |
parent | a892e5d7fa7fb893b5873f7150a83f6f1ee141b5 (diff) |
[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/platforms/iseries/lpardata.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/lpardata.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/iseries/lpardata.c b/arch/powerpc/platforms/iseries/lpardata.c index a7769445d6c7..13e9bd132254 100644 --- a/arch/powerpc/platforms/iseries/lpardata.c +++ b/arch/powerpc/platforms/iseries/lpardata.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <asm/iseries/it_lp_reg_save.h> | 18 | #include <asm/iseries/it_lp_reg_save.h> |
19 | #include <asm/paca.h> | 19 | #include <asm/paca.h> |
20 | #include <asm/iseries/lpar_map.h> | 20 | #include <asm/iseries/lpar_map.h> |
21 | #include <asm/iseries/it_exp_vpd_panel.h> | ||
22 | #include <asm/iseries/it_lp_queue.h> | 21 | #include <asm/iseries/it_lp_queue.h> |
23 | 22 | ||
24 | #include "naca.h" | 23 | #include "naca.h" |
@@ -27,6 +26,7 @@ | |||
27 | #include "ipl_parms.h" | 26 | #include "ipl_parms.h" |
28 | #include "processor_vpd.h" | 27 | #include "processor_vpd.h" |
29 | #include "release_data.h" | 28 | #include "release_data.h" |
29 | #include "it_exp_vpd_panel.h" | ||
30 | 30 | ||
31 | /* The HvReleaseData is the root of the information shared between | 31 | /* The HvReleaseData is the root of the information shared between |
32 | * the hypervisor and Linux. | 32 | * the hypervisor and Linux. |
@@ -134,7 +134,6 @@ struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data"))); | |||
134 | 134 | ||
135 | /* May be filled in by the hypervisor so cannot end up in the BSS */ | 135 | /* May be filled in by the hypervisor so cannot end up in the BSS */ |
136 | struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data"))); | 136 | struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data"))); |
137 | EXPORT_SYMBOL(xItExtVpdPanel); | ||
138 | 137 | ||
139 | #define maxPhysicalProcessors 32 | 138 | #define maxPhysicalProcessors 32 |
140 | 139 | ||