lkml.org 
[lkml]   [2012]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/16] sparc/PCI: Factor 'pcibios_setup()' out of sparc
    Date
    The PCI core provides a generic (__weak) 'pcibios_setup()' routine
    that can be used by all architectures as a default. Drop sparc's
    architecture specific version in favor of that as it does not need to be
    over-ridden.

    Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
    ---

    arch/sparc/kernel/leon_pci.c | 8 --------
    arch/sparc/kernel/pci.c | 5 -----
    arch/sparc/kernel/pcic.c | 8 --------
    3 files changed, 0 insertions(+), 21 deletions(-)

    diff --git a/arch/sparc/kernel/leon_pci.c b/arch/sparc/kernel/leon_pci.c
    index 19f5605..21dcda7 100644
    --- a/arch/sparc/kernel/leon_pci.c
    +++ b/arch/sparc/kernel/leon_pci.c
    @@ -91,14 +91,6 @@ void __devinit pcibios_fixup_bus(struct pci_bus *pbus)
    }
    }

    -/*
    - * Other archs parse arguments here.
    - */
    -char * __devinit pcibios_setup(char *str)
    -{
    - return str;
    -}
    -
    resource_size_t pcibios_align_resource(void *data, const struct resource *res,
    resource_size_t size, resource_size_t align)
    {
    diff --git a/arch/sparc/kernel/pci.c b/arch/sparc/kernel/pci.c
    index fdaf218..3e7fba0 100644
    --- a/arch/sparc/kernel/pci.c
    +++ b/arch/sparc/kernel/pci.c
    @@ -747,11 +747,6 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
    return 0;
    }

    -char * __devinit pcibios_setup(char *str)
    -{
    - return str;
    -}
    -
    /* Platform support for /proc/bus/pci/X/Y mmap()s. */

    /* If the user uses a host-bridge as the PCI device, he may use
    diff --git a/arch/sparc/kernel/pcic.c b/arch/sparc/kernel/pcic.c
    index ded3f60..97eb529 100644
    --- a/arch/sparc/kernel/pcic.c
    +++ b/arch/sparc/kernel/pcic.c
    @@ -767,14 +767,6 @@ static void watchdog_reset() {
    }
    #endif

    -/*
    - * Other archs parse arguments here.
    - */
    -char * __devinit pcibios_setup(char *str)
    -{
    - return str;
    -}
    -
    resource_size_t pcibios_align_resource(void *data, const struct resource *res,
    resource_size_t size, resource_size_t align)
    {


    \
     
     \ /
      Last update: 2012-06-26 06:21    [W:2.944 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site