Skip to content

Commit

Permalink
[SCSI] aacraid: linit.c make aac_show_serial_number static
Browse files Browse the repository at this point in the history
drivers/scsi/aacraid/linit.c:865:9: warning: symbol 'aac_show_serial_number' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Mark Salyzyn <Mark_Salyzyn@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Harvey Harrison authored and James Bottomley committed Jun 5, 2008
1 parent a4c38cf commit 13a17fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ static ssize_t aac_show_bios_version(struct device *device,
return len;
}

ssize_t aac_show_serial_number(struct device *device,
static ssize_t aac_show_serial_number(struct device *device,
struct device_attribute *attr, char *buf)
{
struct aac_dev *dev = (struct aac_dev*)class_to_shost(device)->hostdata;
Expand Down

0 comments on commit 13a17fd

Please sign in to comment.