net-sysfs: remove unused fmt_long_hex
[cascardo/linux.git] / net / core / net-sysfs.c
index da7dbc2..4ae17c3 100644 (file)
@@ -29,7 +29,6 @@
 
 #ifdef CONFIG_SYSFS
 static const char fmt_hex[] = "%#x\n";
-static const char fmt_long_hex[] = "%#lx\n";
 static const char fmt_dec[] = "%d\n";
 static const char fmt_ulong[] = "%lu\n";
 static const char fmt_u64[] = "%llu\n";