Commit c8196e3c authored by Linus Torvalds's avatar Linus Torvalds

scsi.c needs <linux/interrupt.h>. Somebody was a bit over-eager

at cleanups.
parent fc53e6ec
......@@ -51,6 +51,7 @@
#include <linux/unistd.h>
#include <linux/spinlock.h>
#include <linux/kmod.h>
#include <linux/interrupt.h>
#include "scsi.h"
#include "hosts.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment