aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqdesc.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-08-14 19:32:31 -0400
committerJiri Kosina <jkosina@suse.cz>2012-08-15 09:58:46 +0200
commitef706fb55670dfe959b69dde24c2768e4083ef66 (patch)
tree15adf4d7d0c5e937014dae874553f1b36d5742ec /include/linux/irqdesc.h
parentRevert "backlight: fix memory leak on obscure error path" (diff)
downloadlinux-dev-ef706fb55670dfe959b69dde24c2768e4083ef66.tar.xz
linux-dev-ef706fb55670dfe959b69dde24c2768e4083ef66.zip
irqdesc: delete now orphaned references to timer_rand_state
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>
Diffstat (limited to 'include/linux/irqdesc.h')
-rw-r--r--include/linux/irqdesc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h
index f1e2527006bd..3c32b12b3f0a 100644
--- a/include/linux/irqdesc.h
+++ b/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)