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>
This commit is contained in:
zhang jiao 2024-09-11 14:04:01 +08:00 committed by Krzysztof Wilczyński
parent 5dd15cce0c
commit d0aac667f2
No known key found for this signature in database
GPG Key ID: 7C64768D3DE334E7

View 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" };