Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common
In directory usw-pr-cvs1:/tmp/cvs-serv16247/arch/mips/ddb5xxx/common
Modified Files:
irq.c pci_auto.c
Log Message:
Eliminate some mostly (except for time.c) diffs against oss.
Index: irq.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common/irq.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** irq.c 2001/08/23 04:20:15 1.1
--- irq.c 2001/09/07 18:21:54 1.2
***************
*** 1,4 ****
! /***********************************************************************
! *
* Copyright 2001 MontaVista Software Inc.
* Author: js...@mv... or js...@ju...
--- 1,3 ----
! /*
* Copyright 2001 MontaVista Software Inc.
* Author: js...@mv... or js...@ju...
***************
*** 12,21 ****
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
- *
- ***********************************************************************
*/
-
#include <linux/config.h>
! #include <linux/init.h> /* for __init */
void (*irq_setup)(void);
--- 11,17 ----
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/
#include <linux/config.h>
! #include <linux/init.h>
void (*irq_setup)(void);
Index: pci_auto.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common/pci_auto.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pci_auto.c 2001/06/22 02:29:31 1.1.1.1
--- pci_auto.c 2001/09/07 18:21:54 1.2
***************
*** 1,5 ****
/*
- * arch/ppc/kernel/pci_auto.c
- *
* PCI autoconfiguration library
*
--- 1,3 ----
|