public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v1 1/2] tpci: remove useless ENABLE_BRIDGES
@ 2020-05-13  7:06 Yang Xu
  2020-05-13  7:06 ` [LTP] [PATCH v1 2/2] tpci: Remove deprecated CONFIG_HOTPLUG Yang Xu
  2020-05-18  3:26 ` [LTP] [PATCH v1 1/2] tpci: remove useless ENABLE_BRIDGES Xiao Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Xu @ 2020-05-13  7:06 UTC (permalink / raw)
  To: ltp

Since the previous commit, we have removed test_enable_bridges() because
pci_enable_bridges() was removed in 3.12 (928bea964827). But it forgot
to delete it in tpci.h. So remove it.

Fixes: 3dd286b ("ltp_tpci.c: Update legacy code")
Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
---
 testcases/kernel/device-drivers/pci/tpci_kernel/tpci.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testcases/kernel/device-drivers/pci/tpci_kernel/tpci.h b/testcases/kernel/device-drivers/pci/tpci_kernel/tpci.h
index f65c6fc22..f7defb29f 100644
--- a/testcases/kernel/device-drivers/pci/tpci_kernel/tpci.h
+++ b/testcases/kernel/device-drivers/pci/tpci_kernel/tpci.h
@@ -30,7 +30,6 @@ enum PCI_TCASES {
 	FIND_SUBSYS,
 	BUS_SCAN,
 	SLOT_SCAN,
-	ENABLE_BRIDGES,
 	BUS_ADD_DEVICES,
 	MATCH_DEVICE,
 	REG_DRIVER,
-- 
2.23.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-18  3:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-13  7:06 [LTP] [PATCH v1 1/2] tpci: remove useless ENABLE_BRIDGES Yang Xu
2020-05-13  7:06 ` [LTP] [PATCH v1 2/2] tpci: Remove deprecated CONFIG_HOTPLUG Yang Xu
2020-05-18  3:26 ` [LTP] [PATCH v1 1/2] tpci: remove useless ENABLE_BRIDGES Xiao Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox