Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef706fb5 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Jiri Kosina
Browse files

irqdesc: delete now orphaned references to timer_rand_state



In commit c5857ccf ("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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e1c9ac42
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)