]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/irq.h
x86: put timer_rand_state pointer into irq_desc
[linux-2.6-omap-h63xx.git] / include / linux / irq.h
index 80b8200f2adbf08c42c97b5a5cdac64fa34c3237..60c856aaac0f8327a18433e32f4523e44a1959f9 100644 (file)
@@ -127,6 +127,7 @@ struct irq_chip {
        const char      *typename;
 };
 
+struct timer_rand_state;
 /**
  * struct irq_desc - interrupt descriptor
  *
@@ -155,6 +156,7 @@ struct irq_desc {
        unsigned int            irq;
 #ifdef CONFIG_HAVE_SPARSE_IRQ
        struct irq_desc         *next;
+       struct timer_rand_state *timer_rand_state;
 #endif
        irq_flow_handler_t      handle_irq;
        struct irq_chip         *chip;