Commit cc41cbeb authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] SCSI atp870u.c: make a needlessly global function

The patch below makes the function is870 which has no external users
static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 1173374b
......@@ -1085,7 +1085,7 @@ static void tscam(struct Scsi_Host *host)
}
void is870(struct Scsi_Host *host, unsigned int wkport)
static void is870(struct Scsi_Host *host, unsigned int wkport)
{
unsigned int tmport;
unsigned char i, j, k, rmb, n;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment