Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bdffd660
Commit
bdffd660
authored
Nov 25, 2002
by
Alan Cox
Committed by
Linus Torvalds
Nov 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] t128 needs interrupt.h
parent
b89857b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
drivers/scsi/t128.c
drivers/scsi/t128.c
+7
-5
No files found.
drivers/scsi/t128.c
View file @
bdffd660
...
@@ -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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment