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/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>
1 parent 5dd15cc commit d0aac66

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)