diff options
-rw-r--r-- | arch/powerpc/kernel/lparcfg.c | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/iseries/dt.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/iseries/it_exp_vpd_panel.h (renamed from include/asm-powerpc/iseries/it_exp_vpd_panel.h) | 6 | ||||
-rw-r--r-- | arch/powerpc/platforms/iseries/lpardata.c | 3 |
4 files changed, 5 insertions, 7 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 @@ | |||
32 | #include <asm/rtas.h> | 32 | #include <asm/rtas.h> |
33 | #include <asm/system.h> | 33 | #include <asm/system.h> |
34 | #include <asm/time.h> | 34 | #include <asm/time.h> |
35 | #include <asm/iseries/it_exp_vpd_panel.h> | ||
36 | #include <asm/prom.h> | 35 | #include <asm/prom.h> |
37 | #include <asm/vdso_datapage.h> | 36 | #include <asm/vdso_datapage.h> |
38 | 37 | ||
diff --git a/arch/powerpc/platforms/iseries/dt.c b/arch/powerpc/platforms/iseries/dt.c index c5f59a8b9ef3..aa582262aefd 100644 --- a/arch/powerpc/platforms/iseries/dt.c +++ b/arch/powerpc/platforms/iseries/dt.c | |||
@@ -34,13 +34,13 @@ | |||
34 | #include <asm/iseries/hv_types.h> | 34 | #include <asm/iseries/hv_types.h> |
35 | #include <asm/iseries/hv_lp_config.h> | 35 | #include <asm/iseries/hv_lp_config.h> |
36 | #include <asm/iseries/hv_call_xm.h> | 36 | #include <asm/iseries/hv_call_xm.h> |
37 | #include <asm/iseries/it_exp_vpd_panel.h> | ||
38 | #include <asm/udbg.h> | 37 | #include <asm/udbg.h> |
39 | 38 | ||
40 | #include "processor_vpd.h" | 39 | #include "processor_vpd.h" |
41 | #include "call_hpt.h" | 40 | #include "call_hpt.h" |
42 | #include "call_pci.h" | 41 | #include "call_pci.h" |
43 | #include "pci.h" | 42 | #include "pci.h" |
43 | #include "it_exp_vpd_panel.h" | ||
44 | 44 | ||
45 | #ifdef DEBUG | 45 | #ifdef DEBUG |
46 | #define DBG(fmt...) udbg_printf(fmt) | 46 | #define DBG(fmt...) udbg_printf(fmt) |
diff --git a/include/asm-powerpc/iseries/it_exp_vpd_panel.h b/arch/powerpc/platforms/iseries/it_exp_vpd_panel.h index 304a609ae21a..6de9097b7f57 100644 --- a/include/asm-powerpc/iseries/it_exp_vpd_panel.h +++ b/arch/powerpc/platforms/iseries/it_exp_vpd_panel.h | |||
@@ -15,8 +15,8 @@ | |||
15 | * along with this program; if not, write to the Free Software | 15 | * along with this program; if not, write to the Free Software |
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
17 | */ | 17 | */ |
18 | #ifndef _ASM_POWERPC_ISERIES_IT_EXT_VPD_PANEL_H | 18 | #ifndef _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H |
19 | #define _ASM_POWERPC_ISERIES_IT_EXT_VPD_PANEL_H | 19 | #define _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H |
20 | 20 | ||
21 | /* | 21 | /* |
22 | * This struct maps the panel information | 22 | * This struct maps the panel information |
@@ -48,4 +48,4 @@ struct ItExtVpdPanel { | |||
48 | 48 | ||
49 | extern struct ItExtVpdPanel xItExtVpdPanel; | 49 | extern struct ItExtVpdPanel xItExtVpdPanel; |
50 | 50 | ||
51 | #endif /* _ASM_POWERPC_ISERIES_IT_EXT_VPD_PANEL_H */ | 51 | #endif /* _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H */ |
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 | ||