From: Lad Prabhakar Date: Sat, 21 Mar 2020 11:21:39 +0000 (+0000) Subject: misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e48ba3eb29a280d2d7cf62be6cf5cce6a26cba82;p=linux.git misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUS PCI_ENDPOINT_TEST_STATUS is already defined in pci_endpoint_test.c along with the status bits, drop the duplicate definition. Signed-off-by: Lad Prabhakar Signed-off-by: Lorenzo Pieralisi --- diff --git a/drivers/misc/pci_endpoint_test.c b/drivers/misc/pci_endpoint_test.c index bc3ae4a4fb5c2..ef5a1af6bab77 100644 --- a/drivers/misc/pci_endpoint_test.c +++ b/drivers/misc/pci_endpoint_test.c @@ -53,7 +53,6 @@ #define STATUS_SRC_ADDR_INVALID BIT(7) #define STATUS_DST_ADDR_INVALID BIT(8) -#define PCI_ENDPOINT_TEST_STATUS 0x8 #define PCI_ENDPOINT_TEST_LOWER_SRC_ADDR 0x0c #define PCI_ENDPOINT_TEST_UPPER_SRC_ADDR 0x10