lkml.org 
[lkml]   [2009]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/16] x86/ioapic.c: remove redundant declaration of irq_pin_list
    Date
    From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

    The structure is defined immediately below, so there's no need
    to forward declare it.

    Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
    ---
    arch/x86/kernel/apic/io_apic.c | 2 --
    1 files changed, 0 insertions(+), 2 deletions(-)

    diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
    index 54ec66d..ce5e888 100644
    --- a/arch/x86/kernel/apic/io_apic.c
    +++ b/arch/x86/kernel/apic/io_apic.c
    @@ -116,8 +116,6 @@ static int __init parse_noapic(char *str)
    }
    early_param("noapic", parse_noapic);

    -struct irq_pin_list;
    -
    /*
    * This is performance-critical, we want to do it O(1)
    *
    --
    1.6.2.2


    \
     
     \ /
      Last update: 2009-06-16 22:21    [W:4.336 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site