diff --git a/[refs] b/[refs] index 788d5dc1a226..4f59e5c2bcf8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e1c9ac420ef15e39c2ead879cda1677d1e5cb2b6 +refs/heads/master: ef706fb55670dfe959b69dde24c2768e4083ef66 diff --git a/trunk/include/linux/irqdesc.h b/trunk/include/linux/irqdesc.h index f1e2527006bd..3c32b12b3f0a 100644 --- a/trunk/include/linux/irqdesc.h +++ b/trunk/include/linux/irqdesc.h @@ -10,12 +10,10 @@ struct irq_affinity_notify; struct proc_dir_entry; -struct timer_rand_state; struct module; /** * struct irq_desc - interrupt descriptor * @irq_data: per irq and chip data passed down to chip functions - * @timer_rand_state: pointer to timer rand state struct * @kstat_irqs: irq stats per cpu * @handle_irq: highlevel irq-events handler * @preflow_handler: handler called before the flow handler (currently used by sparc)