diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 17:15:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 18:46:26 -0700 |
commit | 0e3e4a1c4dade7872fdb04a5e735ae26d8e2fbfb (patch) | |
tree | 60c61677f86f0850f49e4ba19198ab9dd9dd4843 /arch/ppc64/kernel/iSeries_proc.c | |
parent | 723e2b35e43dcbcfd737c40453caa7d198092d23 (diff) |
[PATCH] ppc64 iSeries: remove iSeries_proc.h
include/asm-ppc64/iSeries/iSeries_proc.h just contains a declaration of a
function that no longer exists. Remove it.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc64/kernel/iSeries_proc.c')
-rw-r--r-- | arch/ppc64/kernel/iSeries_proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/iSeries_proc.c b/arch/ppc64/kernel/iSeries_proc.c index 0cc58ddf48d..bf85a1f7e87 100644 --- a/arch/ppc64/kernel/iSeries_proc.c +++ b/arch/ppc64/kernel/iSeries_proc.c @@ -29,7 +29,6 @@ #include <asm/iSeries/HvCallXm.h> #include <asm/iSeries/IoHriMainStore.h> #include <asm/iSeries/LparData.h> -#include <asm/iSeries/iSeries_proc.h> static int __init iseries_proc_create(void) { |