
3 Aug
2015
3 Aug
'15
5:33 a.m.
Remove DEBUG in drivers/pci/pci_compat.c.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
---
Changes in v2: - New patch to remove DEBUG from pci_compat.c
drivers/pci/pci_compat.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/pci/pci_compat.c b/drivers/pci/pci_compat.c index 05c3510..712c48f 100644 --- a/drivers/pci/pci_compat.c +++ b/drivers/pci/pci_compat.c @@ -5,7 +5,6 @@ * * SPDX-License-Identifier: GPL-2.0+ */ -#define DEBUG #include <common.h> #include <dm.h> #include <errno.h>
--
1.8.2.1