mirror of https://github.com/mirror/busybox.git
hdparm: remove stray static (-200 bytes bss)
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