]> Git Repo - linux.git/commitdiff
tools: PCI: Remove unused BILLION macro
authorzhang jiao <[email protected]>
Wed, 11 Sep 2024 06:04:01 +0000 (14:04 +0800)
committerKrzysztof Wilczyński <[email protected]>
Fri, 13 Sep 2024 22:37:06 +0000 (22:37 +0000)
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]>
tools/pci/pcitest.c

index 441b542346354a58a31b86707e58244136968f04..470258009ddc277ec60baa5738fb8a642345468c 100644 (file)
@@ -16,8 +16,6 @@
 
 #include <linux/pcitest.h>
 
-#define BILLION 1E9
-
 static char *result[] = { "NOT OKAY", "OKAY" };
 static char *irq[] = { "LEGACY", "MSI", "MSI-X" };
 
This page took 0.059887 seconds and 4 git commands to generate.