Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
13ec92b3
Commit
13ec92b3
authored
Oct 24, 2005
by
Jeff Garzik
Committed by
James Bottomley
Oct 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCSI] kill unused scsi_scan_single_target()
Signed-off-by:
James Bottomley
<
James.Bottomley@SteelEye.com
>
parent
91ca7b01
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
drivers/scsi/scsi_scan.c
drivers/scsi/scsi_scan.c
+0
-13
include/scsi/scsi_host.h
include/scsi/scsi_host.h
+0
-2
No files found.
drivers/scsi/scsi_scan.c
View file @
13ec92b3
...
...
@@ -1451,19 +1451,6 @@ void scsi_scan_host(struct Scsi_Host *shost)
}
EXPORT_SYMBOL
(
scsi_scan_host
);
/**
* scsi_scan_single_target - scan the given SCSI target
* @shost: adapter to scan
* @chan: channel to scan
* @id: target id to scan
**/
void
scsi_scan_single_target
(
struct
Scsi_Host
*
shost
,
unsigned
int
chan
,
unsigned
int
id
)
{
scsi_scan_host_selected
(
shost
,
chan
,
id
,
SCAN_WILD_CARD
,
1
);
}
EXPORT_SYMBOL
(
scsi_scan_single_target
);
void
scsi_forget_host
(
struct
Scsi_Host
*
shost
)
{
struct
scsi_device
*
sdev
;
...
...
include/scsi/scsi_host.h
View file @
13ec92b3
...
...
@@ -638,8 +638,6 @@ extern void scsi_flush_work(struct Scsi_Host *);
extern
struct
Scsi_Host
*
scsi_host_alloc
(
struct
scsi_host_template
*
,
int
);
extern
int
__must_check
scsi_add_host
(
struct
Scsi_Host
*
,
struct
device
*
);
extern
void
scsi_scan_host
(
struct
Scsi_Host
*
);
extern
void
scsi_scan_single_target
(
struct
Scsi_Host
*
,
unsigned
int
,
unsigned
int
);
extern
void
scsi_rescan_device
(
struct
device
*
);
extern
void
scsi_remove_host
(
struct
Scsi_Host
*
);
extern
struct
Scsi_Host
*
scsi_host_get
(
struct
Scsi_Host
*
);
...
...
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