• Andrew Morton's avatar
    [PATCH] declare struct irq_desc · 145c67ca
    Andrew Morton authored
    From: Martin Pool <mbp@samba.org>
    
    ia64_mv_irq_desc returns a 'struct irq_desc', which had a forward declaration
    but did not actually exist.  We're currently using a silly anonymous struct
    typedefed to irq_desc_t.
    
    Now add the structure name as well.
    145c67ca
irq.h 2.29 KB