projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f2946
)
[SCSI] add template for scsi_host_set_state()
author
James Bottomley
<jejb@titanic.(none)>
Sat, 30 Jul 2005 16:39:53 +0000
(11:39 -0500)
committer
James Bottomley
<jejb@titanic.(none)>
Sat, 30 Jul 2005 16:39:53 +0000
(11:39 -0500)
Fixes up some warnings in the tree.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
include/scsi/scsi_host.h
patch
|
blob
|
history
diff --git
a/include/scsi/scsi_host.h
b/include/scsi/scsi_host.h
index
1ea5b51
..
ac1b612
100644
(file)
--- a/
include/scsi/scsi_host.h
+++ b/
include/scsi/scsi_host.h
@@
-676,5
+676,6
@@
extern struct scsi_device *scsi_get_host_dev(struct Scsi_Host *);
/* legacy interfaces */
extern struct Scsi_Host *scsi_register(struct scsi_host_template *, int);
extern void scsi_unregister(struct Scsi_Host *);
+extern int scsi_host_set_state(struct Scsi_Host *, enum scsi_host_state);
#endif /* _SCSI_SCSI_HOST_H */