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
nexedi
linux
Commits
c5dd257a
Commit
c5dd257a
authored
Jan 10, 2004
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NCR53C9x SCSI: Kill bogus inline
From: Geert Uytterhoeven <geert@linux-m68k.org>
parent
01d7cc52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
drivers/scsi/NCR53C9x.h
drivers/scsi/NCR53C9x.h
+1
-2
drivers/scsi/mac_esp.c
drivers/scsi/mac_esp.c
+1
-1
No files found.
drivers/scsi/NCR53C9x.h
View file @
c5dd257a
...
...
@@ -652,8 +652,7 @@ extern int nesps, esps_in_use, esps_running;
/* External functions */
extern
inline
void
esp_cmd
(
struct
NCR_ESP
*
esp
,
struct
ESP_regs
*
eregs
,
unchar
cmd
);
extern
void
esp_cmd
(
struct
NCR_ESP
*
esp
,
struct
ESP_regs
*
eregs
,
unchar
cmd
);
extern
struct
NCR_ESP
*
esp_allocate
(
Scsi_Host_Template
*
,
void
*
);
extern
void
esp_deallocate
(
struct
NCR_ESP
*
);
extern
void
esp_release
(
void
);
...
...
drivers/scsi/mac_esp.c
View file @
c5dd257a
...
...
@@ -46,7 +46,7 @@
#define mac_turnon_irq(x) mac_enable_irq(x)
#define mac_turnoff_irq(x) mac_disable_irq(x)
extern
inline
void
esp_handle
(
struct
NCR_ESP
*
esp
);
extern
void
esp_handle
(
struct
NCR_ESP
*
esp
);
extern
void
mac_esp_intr
(
int
irq
,
void
*
dev_id
,
struct
pt_regs
*
pregs
);
static
int
dma_bytes_sent
(
struct
NCR_ESP
*
esp
,
int
fifo_count
);
...
...
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