hdparm: remove stray static (-200 bytes bss)
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 28 Mar 2007 00:14:54 +0000 (00:14 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 28 Mar 2007 00:14:54 +0000 (00:14 -0000)
miscutils/hdparm.c

index 8bfe916820a1705ea8b18c7c3ab0cb459f4e2761..2dac8493fd857921d3cb222217318e962054802a 100644 (file)
@@ -1833,7 +1833,7 @@ static void process_dev(char *devname)
 #endif /* FEATURE_HDPARM_HDIO_TRISTATE_HWIF */
 #if ENABLE_FEATURE_HDPARM_GET_IDENTITY
        if (get_identity) {
-               static struct hd_driveid id;
+               struct hd_driveid id;
 
                if (!ioctl(fd, HDIO_GET_IDENTITY, &id)) {
                        if (multcount != -1) {