diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-02 20:33:34 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 10:49:32 -0600 |
commit | ae0518200f81ea3485d3e589ae26f490d44686c1 (patch) | |
tree | be72713319e069063ce30c1079ef3088b4fcd1fe /drivers/pci | |
parent | 1aa5e9365577c374e28ae327d417f157d081e75f (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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci_compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci_compat.c b/drivers/pci/pci_compat.c index 05c35105ab..712c48f28f 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> |