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
e754ffbc
Commit
e754ffbc
authored
Sep 28, 2003
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Sep 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Atari ACSI fix
Atari ACSI: Add missing include and fix duplicate parameter type
parent
7d0b3c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/block/acsi.c
drivers/block/acsi.c
+2
-1
No files found.
drivers/block/acsi.c
View file @
e754ffbc
...
...
@@ -63,6 +63,7 @@ typedef void Scsi_Device; /* hack to avoid including scsi.h */
#include <linux/hdreg.h>
/* for HDIO_GETGEO */
#include <linux/blkpg.h>
#include <linux/buffer_head.h>
#include <linux/blkdev.h>
#include <asm/setup.h>
#include <asm/pgtable.h>
...
...
@@ -346,7 +347,7 @@ struct acsi_error {
static
int
acsicmd_dma
(
const
char
*
cmd
,
char
*
buffer
,
int
blocks
,
int
rwflag
,
int
enable
);
static
int
acsi_reqsense
(
char
*
buffer
,
int
targ
,
int
lun
);
static
void
acsi_print_error
(
const
unsigned
char
*
errblk
,
int
struct
acsi_info_struct
*
aip
);
static
void
acsi_print_error
(
const
unsigned
char
*
errblk
,
struct
acsi_info_struct
*
aip
);
static
irqreturn_t
acsi_interrupt
(
int
irq
,
void
*
data
,
struct
pt_regs
*
fp
);
static
void
unexpected_acsi_interrupt
(
void
);
static
void
bad_rw_intr
(
void
);
...
...
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