irqdesc: delete now orphaned references to timer_rand_state
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 14 Aug 2012 23:32:31 +0000 (19:32 -0400)
committerJiri Kosina <jkosina@suse.cz>
Wed, 15 Aug 2012 07:58:46 +0000 (09:58 +0200)
In commit c5857ccf293 ("random: remove rand_initialize_irq()")
the timer_rand_state was removed from struct irq_desc.  Hence
we can also remove the forward declaration of it and the kernel
doc information now too.

Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/irqdesc.h

index f1e2527006bd92f4780584b874c829bef49523e5..3c32b12b3f0a51fa48fa22f8afdf5d12b0dd46ab 100644 (file)
 
 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)