diff options
Diffstat (limited to 'arch/mips/pci/ops-tx4927.c')
| -rw-r--r-- | arch/mips/pci/ops-tx4927.c | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/pci/ops-tx4927.c b/arch/mips/pci/ops-tx4927.c index bc13e29d2bb3..3d5df514d024 100644 --- a/arch/mips/pci/ops-tx4927.c +++ b/arch/mips/pci/ops-tx4927.c @@ -2,16 +2,16 @@   * Define the pci_ops for the PCIC on Toshiba TX4927, TX4938, etc.   *   * Based on linux/arch/mips/pci/ops-tx4938.c, - *          linux/arch/mips/pci/fixup-rbtx4938.c, - *          linux/arch/mips/txx9/rbtx4938/setup.c, + *	    linux/arch/mips/pci/fixup-rbtx4938.c, + *	    linux/arch/mips/txx9/rbtx4938/setup.c,   *	    and RBTX49xx patch from CELF patch archive.   *   * 2003-2005 (c) MontaVista Software, Inc.   * Copyright (C) 2004 by Ralf Baechle ([email protected])   * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007   * - * 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 + * 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.   */ @@ -191,13 +191,13 @@ static struct {  	u8 trdyto;  	u8 retryto;  	u16 gbwc; -} tx4927_pci_opts __devinitdata = { +} tx4927_pci_opts = {  	.trdyto = 0,  	.retryto = 0,  	.gbwc = 0xfe0,	/* 4064 GBUSCLK for CCFG.GTOT=0b11 */  }; -char *__devinit tx4927_pcibios_setup(char *str) +char *tx4927_pcibios_setup(char *str)  {  	unsigned long val; @@ -495,7 +495,7 @@ irqreturn_t tx4927_pcierr_interrupt(int irq, void *dev_id)  }  #ifdef CONFIG_TOSHIBA_FPCIB0 -static void __devinit tx4927_quirk_slc90e66_bridge(struct pci_dev *dev) +static void tx4927_quirk_slc90e66_bridge(struct pci_dev *dev)  {  	struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(dev->bus);  |