From: zhang jiao Date: Wed, 11 Sep 2024 06:04:01 +0000 (+0800) Subject: tools: PCI: Remove unused BILLION macro X-Git-Tag: v6.12-rc1~96^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0aac667f2e02f114bc6c3bf8c085a6060599aef;p=thirdparty%2Flinux.git 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 Signed-off-by: Bjorn Helgaas Signed-off-by: Krzysztof WilczyƄski --- diff --git a/tools/pci/pcitest.c b/tools/pci/pcitest.c index 441b542346354..470258009ddc2 100644 --- a/tools/pci/pcitest.c +++ b/tools/pci/pcitest.c @@ -16,8 +16,6 @@ #include -#define BILLION 1E9 - static char *result[] = { "NOT OKAY", "OKAY" }; static char *irq[] = { "LEGACY", "MSI", "MSI-X" };