Ignore:
Timestamp:
Mar 24, 2008, 9:35:14 AM (17 years ago)
Author:
Paul Smedley
Message:

Fix warnings related to request_irq()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/lib32/irq.c

    r84 r314  
    6666//******************************************************************************
    6767
    68 int request_irq(unsigned int irq,
    69                 int (near *handler)(int, void *, struct pt_regs *),
    70                 unsigned long x0, const char *x1, void *x2)
     68int request_irq(unsigned irq, irq_handler_t handler,
     69                    unsigned long x0, const char *x1, void *x2)
    7170{
    7271    IRQ_SLOT    *pSlot = FindSlot(irq);
Note: See TracChangeset for help on using the changeset viewer.