Commit bdffd660 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] t128 needs interrupt.h

parent b89857b8
...@@ -111,15 +111,17 @@ ...@@ -111,15 +111,17 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/blk.h> #include <linux/blk.h>
#include <linux/interrupt.h>
#include <linux/stat.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/delay.h>
#include "scsi.h" #include "scsi.h"
#include "hosts.h" #include "hosts.h"
#include "t128.h" #include "t128.h"
#define AUTOPROBE_IRQ #define AUTOPROBE_IRQ
#include "NCR5380.h" #include "NCR5380.h"
#include <linux/stat.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/delay.h>
static struct override { static struct override {
unsigned long address; unsigned long address;
...@@ -143,7 +145,7 @@ static struct base { ...@@ -143,7 +145,7 @@ static struct base {
#define NO_BASES (sizeof (bases) / sizeof (struct base)) #define NO_BASES (sizeof (bases) / sizeof (struct base))
static const struct signature { static struct signature {
const char *string; const char *string;
int offset; int offset;
} signatures[] __initdata = { } signatures[] __initdata = {
......
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