hdparm: remove stray static (-200 bytes bss)
This commit is contained in:
parent
f1ba749509
commit
7c282a2078
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user