forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
a892e5d7fa
commit
c59acae854
@ -32,7 +32,6 @@
|
|||||||
#include <asm/rtas.h>
|
#include <asm/rtas.h>
|
||||||
#include <asm/system.h>
|
#include <asm/system.h>
|
||||||
#include <asm/time.h>
|
#include <asm/time.h>
|
||||||
#include <asm/iseries/it_exp_vpd_panel.h>
|
|
||||||
#include <asm/prom.h>
|
#include <asm/prom.h>
|
||||||
#include <asm/vdso_datapage.h>
|
#include <asm/vdso_datapage.h>
|
||||||
|
|
||||||
|
@ -34,13 +34,13 @@
|
|||||||
#include <asm/iseries/hv_types.h>
|
#include <asm/iseries/hv_types.h>
|
||||||
#include <asm/iseries/hv_lp_config.h>
|
#include <asm/iseries/hv_lp_config.h>
|
||||||
#include <asm/iseries/hv_call_xm.h>
|
#include <asm/iseries/hv_call_xm.h>
|
||||||
#include <asm/iseries/it_exp_vpd_panel.h>
|
|
||||||
#include <asm/udbg.h>
|
#include <asm/udbg.h>
|
||||||
|
|
||||||
#include "processor_vpd.h"
|
#include "processor_vpd.h"
|
||||||
#include "call_hpt.h"
|
#include "call_hpt.h"
|
||||||
#include "call_pci.h"
|
#include "call_pci.h"
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
|
#include "it_exp_vpd_panel.h"
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define DBG(fmt...) udbg_printf(fmt)
|
#define DBG(fmt...) udbg_printf(fmt)
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
#ifndef _ASM_POWERPC_ISERIES_IT_EXT_VPD_PANEL_H
|
#ifndef _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H
|
||||||
#define _ASM_POWERPC_ISERIES_IT_EXT_VPD_PANEL_H
|
#define _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This struct maps the panel information
|
* This struct maps the panel information
|
||||||
@ -48,4 +48,4 @@ struct ItExtVpdPanel {
|
|||||||
|
|
||||||
extern struct ItExtVpdPanel xItExtVpdPanel;
|
extern struct ItExtVpdPanel xItExtVpdPanel;
|
||||||
|
|
||||||
#endif /* _ASM_POWERPC_ISERIES_IT_EXT_VPD_PANEL_H */
|
#endif /* _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H */
|
@ -18,7 +18,6 @@
|
|||||||
#include <asm/iseries/it_lp_reg_save.h>
|
#include <asm/iseries/it_lp_reg_save.h>
|
||||||
#include <asm/paca.h>
|
#include <asm/paca.h>
|
||||||
#include <asm/iseries/lpar_map.h>
|
#include <asm/iseries/lpar_map.h>
|
||||||
#include <asm/iseries/it_exp_vpd_panel.h>
|
|
||||||
#include <asm/iseries/it_lp_queue.h>
|
#include <asm/iseries/it_lp_queue.h>
|
||||||
|
|
||||||
#include "naca.h"
|
#include "naca.h"
|
||||||
@ -27,6 +26,7 @@
|
|||||||
#include "ipl_parms.h"
|
#include "ipl_parms.h"
|
||||||
#include "processor_vpd.h"
|
#include "processor_vpd.h"
|
||||||
#include "release_data.h"
|
#include "release_data.h"
|
||||||
|
#include "it_exp_vpd_panel.h"
|
||||||
|
|
||||||
/* The HvReleaseData is the root of the information shared between
|
/* The HvReleaseData is the root of the information shared between
|
||||||
* the hypervisor and Linux.
|
* the hypervisor and Linux.
|
||||||
@ -134,7 +134,6 @@ struct ItIplParmsReal xItIplParmsReal __attribute__((__section__(".data")));
|
|||||||
|
|
||||||
/* May be filled in by the hypervisor so cannot end up in the BSS */
|
/* May be filled in by the hypervisor so cannot end up in the BSS */
|
||||||
struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data")));
|
struct ItExtVpdPanel xItExtVpdPanel __attribute__((__section__(".data")));
|
||||||
EXPORT_SYMBOL(xItExtVpdPanel);
|
|
||||||
|
|
||||||
#define maxPhysicalProcessors 32
|
#define maxPhysicalProcessors 32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user