commit | 3a65a69d493c589f4225dc26c19598c00c1de0b4 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Mon Nov 05 14:06:51 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Nov 15 13:47:19 2007 +0100 |
tree | cfa7721c2562be84a2b06c2c22aabbd5cfea3665 | |
parent | 9797bed20e2257f349872e00840a226f397f8d3a [diff] |
[AVR32] Turn off debugging in SMC driver Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
diff --git a/arch/avr32/mach-at32ap/hsmc.c b/arch/avr32/mach-at32ap/hsmc.c index 704607f..fa427ed 100644 --- a/arch/avr32/mach-at32ap/hsmc.c +++ b/arch/avr32/mach-at32ap/hsmc.c
@@ -7,7 +7,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#define DEBUG #include <linux/clk.h> #include <linux/err.h> #include <linux/init.h>