commit | 9944a52875d0983cdb32a2abcff1abd0777bc958 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Aug 02 20:33:34 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 10:49:32 2015 -0600 |
tree | be72713319e069063ce30c1079ef3088b4fcd1fe | |
parent | 919132910b6168cd06f12fe2d5a81fc3019cd25d [diff] |
pci: Remove DEBUG from pci_compat.c Remove DEBUG in drivers/pci/pci_compat.c. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
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>