diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-05 14:06:51 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-15 13:47:19 +0100 |
commit | 3a65a69d493c589f4225dc26c19598c00c1de0b4 (patch) | |
tree | cfa7721c2562be84a2b06c2c22aabbd5cfea3665 /arch | |
parent | 9797bed20e2257f349872e00840a226f397f8d3a (diff) | |
download | linux-3.10-3a65a69d493c589f4225dc26c19598c00c1de0b4.tar.gz linux-3.10-3a65a69d493c589f4225dc26c19598c00c1de0b4.tar.bz2 linux-3.10-3a65a69d493c589f4225dc26c19598c00c1de0b4.zip |
[AVR32] Turn off debugging in SMC driver
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/avr32/mach-at32ap/hsmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/mach-at32ap/hsmc.c b/arch/avr32/mach-at32ap/hsmc.c index 704607fbcc6..fa427ed4278 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> |