From: Paul Mackerras This patch is from Domen Puncer . Remove nowhere referenced file. (egrep "filename\." didn't find anything) Signed-off-by: Domen Puncer Acked-by: Stephen Rothwell Signed-off-by: Paul Mackerras Signed-off-by: Andrew Morton --- /dev/null | 25 ------------------------- 1 files changed, 25 deletions(-) diff -L include/asm-ppc64/iSeries/iSeries_fixup.h -puN include/asm-ppc64/iSeries/iSeries_fixup.h~ppc64-delete-unused-file-iseries_fixuph /dev/null --- 25/include/asm-ppc64/iSeries/iSeries_fixup.h +++ /dev/null Thu Apr 11 07:25:15 2002 @@ -1,25 +0,0 @@ - -#ifndef __ISERIES_FIXUP_H__ -#define __ISERIES_FIXUP_H__ -#include - -#ifdef __cplusplus -extern "C" { -#endif - -void iSeries_fixup (void); -void iSeries_fixup_bus (struct pci_bus*); -unsigned int iSeries_scan_slot (struct pci_dev*, u16, u8, u8); - - -/* Need to store information related to the PHB bucc and make it accessible to the hose */ -struct iSeries_hose_arch_data { - u32 hvBusNumber; -}; - - -#ifdef __cplusplus -} -#endif - -#endif /* __ISERIES_FIXUP_H__ */ _