diff options
Diffstat (limited to 'include/linux/irqdesc.h')
| -rw-r--r-- | include/linux/irqdesc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index 6b69c2c9dff..f1e2527006b 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h @@ -11,6 +11,7 @@  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  |