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
896913f6
Commit
896913f6
authored
Sep 30, 2004
by
Linus Torvalds
Committed by
Linus Torvalds
Sep 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove casts and add __iomem annotations to gdth driver
parent
35dec07a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
59 deletions
+60
-59
drivers/scsi/gdth.c
drivers/scsi/gdth.c
+59
-58
drivers/scsi/gdth.h
drivers/scsi/gdth.h
+1
-1
No files found.
drivers/scsi/gdth.c
View file @
896913f6
This diff is collapsed.
Click to expand it.
drivers/scsi/gdth.h
View file @
896913f6
...
...
@@ -868,7 +868,7 @@ typedef struct {
ushort
raw_feat
;
/* feat. raw service (s/g,..)*/
ushort
screen_feat
;
/* feat. raw service (s/g,..)*/
ushort
bmic
;
/* BMIC address (EISA) */
void
*
brd
;
/* DPRAM address */
void
__iomem
*
brd
;
/* DPRAM address */
ulong32
brd_phys
;
/* slot number/BIOS address */
gdt6c_plx_regs
*
plx
;
/* PLX regs (new PCI contr.) */
gdth_cmd_str
*
pccb
;
/* address command structure */
...
...
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