Commit 7eddc5f4 authored by Stephen M. Cameron's avatar Stephen M. Cameron Committed by james toy

hpsa: Make hpsa_sdev_attrs static

Signed-off-by: default avatarStephen M. Cameron <scameron@beardog.cce.hp.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Mike Miller <mikem@beardog.cce.hp.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent e3a8d586
......@@ -155,7 +155,7 @@ DEVICE_ATTR(lunid, S_IRUGO, lunid_show, NULL);
DEVICE_ATTR(unique_id, S_IRUGO, unique_id_show, NULL);
DEVICE_ATTR(rescan, S_IWUSR, NULL, host_store_rescan);
struct device_attribute *hpsa_sdev_attrs[] = {
static struct device_attribute *hpsa_sdev_attrs[] = {
&dev_attr_raid_level,
&dev_attr_lunid,
&dev_attr_unique_id,
......
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