diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-03-07 17:02:07 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-09 10:35:11 +1100 |
commit | 8ee3e0d69623cd74f626cbd2b9f237ad45519e3f (patch) | |
tree | 9450b0c397afa441ed85c3331cf2e614d3bc729d /arch/powerpc/platforms/iseries/ksyms.c | |
parent | 2d4b971287cbce16585acda4b76308faa8da0950 (diff) | |
download | op-kernel-dev-8ee3e0d69623cd74f626cbd2b9f237ad45519e3f.zip op-kernel-dev-8ee3e0d69623cd74f626cbd2b9f237ad45519e3f.tar.gz |
powerpc: Remove the main legacy iSerie platform code
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/ksyms.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/ksyms.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/powerpc/platforms/iseries/ksyms.c b/arch/powerpc/platforms/iseries/ksyms.c deleted file mode 100644 index 997e234..0000000 --- a/arch/powerpc/platforms/iseries/ksyms.c +++ /dev/null @@ -1,21 +0,0 @@ -/* - * (C) 2001-2005 PPC 64 Team, IBM Corp - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ -#include <linux/export.h> - -#include <asm/hw_irq.h> -#include <asm/iseries/hv_call_sc.h> - -EXPORT_SYMBOL(HvCall0); -EXPORT_SYMBOL(HvCall1); -EXPORT_SYMBOL(HvCall2); -EXPORT_SYMBOL(HvCall3); -EXPORT_SYMBOL(HvCall4); -EXPORT_SYMBOL(HvCall5); -EXPORT_SYMBOL(HvCall6); -EXPORT_SYMBOL(HvCall7); |