OSDN Git Service

atmel_lcdfb: change irq_base definition to allow error reporting
[linux-kernel-docs/linux-2.6.git] / include / video / atmel_lcdc.h
index 6ad87f4..0c864db 100644 (file)
@@ -38,7 +38,7 @@ struct atmel_lcdfb_info {
        spinlock_t              lock;
        struct fb_info          *info;
        void __iomem            *mmio;
-       unsigned long           irq_base;
+       int                     irq_base;
        struct work_struct      task;
 
        unsigned int            guard_time;