[PATCH] make various thing static
Another rollup of patches which give various symbols static scope Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d763b7a473
commit
52c1da3953
@@ -56,7 +56,7 @@ static struct class shost_class = {
|
||||
* @shost: pointer to struct Scsi_Host
|
||||
* recovery: recovery requested to run.
|
||||
**/
|
||||
void scsi_host_cancel(struct Scsi_Host *shost, int recovery)
|
||||
static void scsi_host_cancel(struct Scsi_Host *shost, int recovery)
|
||||
{
|
||||
struct scsi_device *sdev;
|
||||
|
||||
|
Reference in New Issue
Block a user