Commit d0aac667 authored by zhang jiao's avatar zhang jiao Committed by Krzysztof Wilczyński

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.comSigned-off-by: default avatarzhang jiao <zhangjiao2@cmss.chinamobile.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarKrzysztof Wilczyński <kwilczynski@kernel.org>
parent 5dd15cce
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#include <linux/pcitest.h> #include <linux/pcitest.h>
#define BILLION 1E9
static char *result[] = { "NOT OKAY", "OKAY" }; static char *result[] = { "NOT OKAY", "OKAY" };
static char *irq[] = { "LEGACY", "MSI", "MSI-X" }; static char *irq[] = { "LEGACY", "MSI", "MSI-X" };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment