diff options
| -rw-r--r-- | drivers/char/random.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c index a778918c8f42..7c43ae782b26 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c | |||
| @@ -241,6 +241,10 @@ | |||
| 241 | #include <linux/percpu.h> | 241 | #include <linux/percpu.h> |
| 242 | #include <linux/cryptohash.h> | 242 | #include <linux/cryptohash.h> |
| 243 | 243 | ||
| 244 | #ifdef CONFIG_GENERIC_HARDIRQS | ||
| 245 | # include <linux/irq.h> | ||
| 246 | #endif | ||
| 247 | |||
| 244 | #include <asm/processor.h> | 248 | #include <asm/processor.h> |
| 245 | #include <asm/uaccess.h> | 249 | #include <asm/uaccess.h> |
| 246 | #include <asm/irq.h> | 250 | #include <asm/irq.h> |
