[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:

committed by
Stephen Rothwell

부모
a892e5d7fa
커밋
c59acae854
@@ -34,13 +34,13 @@
|
||||
#include <asm/iseries/hv_types.h>
|
||||
#include <asm/iseries/hv_lp_config.h>
|
||||
#include <asm/iseries/hv_call_xm.h>
|
||||
#include <asm/iseries/it_exp_vpd_panel.h>
|
||||
#include <asm/udbg.h>
|
||||
|
||||
#include "processor_vpd.h"
|
||||
#include "call_hpt.h"
|
||||
#include "call_pci.h"
|
||||
#include "pci.h"
|
||||
#include "it_exp_vpd_panel.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DBG(fmt...) udbg_printf(fmt)
|
||||
|
Reference in New Issue
Block a user