Skip to content

Commit d0aac66

Browse files
zhang jiaokwilczynski
authored andcommitted
tools: PCI: Remove unused BILLION macro
The macro BILLION is never referenced in the code. Remove it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: zhang jiao <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 5dd15cc commit d0aac66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/pci/pcitest.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
#include <linux/pcitest.h>
1818

19-
#define BILLION 1E9
20-
2119
static char *result[] = { "NOT OKAY", "OKAY" };
2220
static char *irq[] = { "LEGACY", "MSI", "MSI-X" };
2321

0 commit comments

Comments
 (0)