Skip to content

Commit 0486249

Browse files
author
Myron Stowe
committed
tools: PCI: Remove unused BILLION macro
JIRA: https://issues.redhat.com/browse/RHEL-67693 Upstream Status: d0aac66 commit d0aac66 Author: zhang jiao <[email protected]> Date: Wed Sep 11 14:04:01 2024 +0800 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]> Signed-off-by: Myron Stowe <[email protected]>
1 parent e7966cd commit 0486249

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)