[ppc64] Small cleanups to iSeries virtual ethernet driver, from Dave Gibson --- /dev/null | 32 -------------------------------- arch/ppc64/kernel/head.S | 0 include/asm-ppc64/hvcall.h | 0 3 files changed, 32 deletions(-) diff -puN -L include/asm-ppc64/iSeries/veth-proc.h include/asm-ppc64/iSeries/veth-proc.h~ppc64-remove-veth-proc /dev/null --- 25/include/asm-ppc64/iSeries/veth-proc.h +++ /dev/null 2002-08-30 16:31:37.000000000 -0700 @@ -1,32 +0,0 @@ -/* - * veth-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 - */ - - -/* Change Activity: */ -/* End Change Activity */ - -#ifndef _VETH_PROC_H -#define _VETH_PROC_H - -#include - -void veth_proc_init(struct proc_dir_entry *iSeries_proc); - -#endif /* _VETH-PROC_H */ - diff -puN include/asm-ppc64/hvcall.h~ppc64-remove-veth-proc include/asm-ppc64/hvcall.h diff -puN arch/ppc64/kernel/head.S~ppc64-remove-veth-proc arch/ppc64/kernel/head.S _