aac_show_serial_number() can now become static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> --- a39f863838d5676ccb3dae2b1aac14a6ae6e33bc diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index c109f63..1d2dc5a 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c @@ -854,8 +854,8 @@ static ssize_t aac_show_bios_version(struct device *device, return len; } -ssize_t aac_show_serial_number(struct device *device, - struct device_attribute *attr, char *buf) +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; int len = 0; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html