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 13/16] unicore32/PCI: adjust section annotations for 'pcibios_setup()'
    Date
    Make pcibios_setup() consistently use the "__init" section annotation.

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

    arch/unicore32/kernel/pci.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/unicore32/kernel/pci.c b/arch/unicore32/kernel/pci.c
    index 2fc2b1b..46cb6c9 100644
    --- a/arch/unicore32/kernel/pci.c
    +++ b/arch/unicore32/kernel/pci.c
    @@ -296,7 +296,7 @@ static int __init pci_common_init(void)
    }
    subsys_initcall(pci_common_init);

    -char * __devinit pcibios_setup(char *str)
    +char * __init pcibios_setup(char *str)
    {
    if (!strcmp(str, "debug")) {
    debug_pci = 1;


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