hdparm: remove stray static (-200 bytes bss)

This commit is contained in:
Denis Vlasenko 2007-03-28 00:14:54 +00:00
parent f1ba749509
commit 7c282a2078

View File

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