]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tools: PCI: Remove unused BILLION macro
authorzhang jiao <zhangjiao2@cmss.chinamobile.com>
Wed, 11 Sep 2024 06:04:01 +0000 (14:04 +0800)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
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/20240911060401.9230-1-zhangjiao2@cmss.chinamobile.com
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
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" };