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
aacce706
Commit
aacce706
authored
Mar 31, 2013
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ips: switch to ->show_info()
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
56b8e8e5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
161 deletions
+80
-161
drivers/scsi/ips.c
drivers/scsi/ips.c
+80
-152
drivers/scsi/ips.h
drivers/scsi/ips.h
+0
-9
No files found.
drivers/scsi/ips.c
View file @
aacce706
This diff is collapsed.
Click to expand it.
drivers/scsi/ips.h
View file @
aacce706
...
...
@@ -416,7 +416,6 @@
/*
* Scsi_Host Template
*/
static
int
ips_proc_info
(
struct
Scsi_Host
*
,
char
*
,
char
**
,
off_t
,
int
,
int
);
static
int
ips_biosparam
(
struct
scsi_device
*
sdev
,
struct
block_device
*
bdev
,
sector_t
capacity
,
int
geom
[]);
static
int
ips_slave_configure
(
struct
scsi_device
*
SDptr
);
...
...
@@ -959,14 +958,6 @@ typedef union {
IPS_ENH_SG_LIST
*
enh_list
;
}
IPS_SG_LIST
;
typedef
struct
_IPS_INFOSTR
{
char
*
buffer
;
int
length
;
int
offset
;
int
pos
;
int
localpos
;
}
IPS_INFOSTR
;
typedef
struct
{
char
*
option_name
;
int
*
option_flag
;
...
...
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