aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhang jiao <[email protected]>2024-09-11 14:04:01 +0800
committerKrzysztof Wilczyński <[email protected]>2024-09-13 22:37:06 +0000
commitd0aac667f2e02f114bc6c3bf8c085a6060599aef (patch)
tree099d3b143b468ac83178ab147c89be505ca172de
parent5dd15cce0c5426fff7b30c792d908e93646cd8c5 (diff)
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]>
-rw-r--r--tools/pci/pcitest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c
index 441b54234635..470258009ddc 100644
--- a/tools/pci/pcitest.c
+++ b/tools/pci/pcitest.c
@@ -16,8 +16,6 @@
#include <linux/pcitest.h>
-#define BILLION 1E9
-
static char *result[] = { "NOT OKAY", "OKAY" };
static char *irq[] = { "LEGACY", "MSI", "MSI-X" };