[PATCH 1/10] ppc64 iSeries: remove iSeries_proc.h

Stephen Rothwell sfr at canb.auug.org.au
Fri Jun 3 18:07:12 EST 2005


Hi Andrew,

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 at canb.auug.org.au>

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff -ruNp linus/arch/ppc64/kernel/iSeries_proc.c linus-iSeries-headers.1/arch/ppc64/kernel/iSeries_proc.c
--- linus/arch/ppc64/kernel/iSeries_proc.c	2005-05-20 09:03:13.000000000 +1000
+++ linus-iSeries-headers.1/arch/ppc64/kernel/iSeries_proc.c	2005-06-01 17:53:28.000000000 +1000
@@ -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)
 {
diff -ruNp linus/arch/ppc64/kernel/iSeries_setup.c linus-iSeries-headers.1/arch/ppc64/kernel/iSeries_setup.c
--- linus/arch/ppc64/kernel/iSeries_setup.c	2005-06-03 09:03:05.000000000 +1000
+++ linus-iSeries-headers.1/arch/ppc64/kernel/iSeries_setup.c	2005-06-03 09:24:03.000000000 +1000
@@ -55,7 +55,6 @@
 #include <asm/iSeries/HvCallXm.h>
 #include <asm/iSeries/ItLpQueue.h>
 #include <asm/iSeries/IoHriMainStore.h>
-#include <asm/iSeries/iSeries_proc.h>
 #include <asm/iSeries/mf.h>
 #include <asm/iSeries/HvLpEvent.h>
 #include <asm/iSeries/iSeries_irq.h>
diff -ruNp linus/arch/ppc64/kernel/viopath.c linus-iSeries-headers.1/arch/ppc64/kernel/viopath.c
--- linus/arch/ppc64/kernel/viopath.c	2005-05-20 09:03:15.000000000 +1000
+++ linus-iSeries-headers.1/arch/ppc64/kernel/viopath.c	2005-06-01 17:54:00.000000000 +1000
@@ -48,7 +48,6 @@
 #include <asm/iSeries/HvLpConfig.h>
 #include <asm/iSeries/HvCallCfg.h>
 #include <asm/iSeries/mf.h>
-#include <asm/iSeries/iSeries_proc.h>
 #include <asm/iSeries/vio.h>
 
 /* Status of the path to each other partition in the system.
diff -ruNp linus/include/asm-ppc64/iSeries/iSeries_proc.h linus-iSeries-headers.1/include/asm-ppc64/iSeries/iSeries_proc.h
--- linus/include/asm-ppc64/iSeries/iSeries_proc.h	2005-05-20 09:05:55.000000000 +1000
+++ linus-iSeries-headers.1/include/asm-ppc64/iSeries/iSeries_proc.h	1970-01-01 10:00:00.000000000 +1000
@@ -1,24 +0,0 @@
-/*
- * iSeries_proc.h
- * Copyright (C) 2001  Kyle A. Lucke IBM Corporation
- * 
- * 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.
- * 
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
- */
-#ifndef _ISERIES_PROC_H
-#define _ISERIES_PROC_H
-
-extern void iSeries_proc_early_init(void);
-
-#endif /* _iSeries_PROC_H */



More information about the Linuxppc64-dev mailing list