Skip to content

Commit

Permalink
irqdesc: delete now orphaned references to timer_rand_state
Browse files Browse the repository at this point in the history
In commit c5857cc ("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>
  • Loading branch information
Paul Gortmaker authored and Jiri Kosina committed Aug 15, 2012
1 parent e1c9ac4 commit ef706fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/irqdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef706fb

Please sign in to comment.