aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2007-06-27 02:02:55 -0400
committerPaul Mackerras <paulus@samba.org>2007-06-28 05:19:25 -0400
commit131208c5bb51b794ee73013aeb3396bd015fb79e (patch)
tree7889c2a85c16390b641998c1a7302f1ba5ce5b7f
parent71712b455374a73af042fcfb5002fef5fd25ba44 (diff)
[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c
Commit 3d5134ee8341bffc4f539049abb9e90d469b448d left debugging turned on in arch/powerpc/kernel/pci_64.c. This turns it off again. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/powerpc/kernel/pci_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c
index 6ae67ebfab4d..9fa2ecb8c1e4 100644
--- a/arch/powerpc/kernel/pci_64.c
+++ b/arch/powerpc/kernel/pci_64.c
@@ -11,7 +11,7 @@
11 * 2 of the License, or (at your option) any later version. 11 * 2 of the License, or (at your option) any later version.
12 */ 12 */
13 13
14#define DEBUG 14#undef DEBUG
15 15
16#include <linux/kernel.h> 16#include <linux/kernel.h>
17#include <linux/pci.h> 17#include <linux/pci.h>