diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-05 08:06:51 -0500 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-15 07:47:19 -0500 |
commit | 3a65a69d493c589f4225dc26c19598c00c1de0b4 (patch) | |
tree | cfa7721c2562be84a2b06c2c22aabbd5cfea3665 /arch | |
parent | 9797bed20e2257f349872e00840a226f397f8d3a (diff) |
[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 704607fbcc69..fa427ed42787 100644 --- a/arch/avr32/mach-at32ap/hsmc.c +++ b/arch/avr32/mach-at32ap/hsmc.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #define DEBUG | ||
11 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |
12 | #include <linux/err.h> | 11 | #include <linux/err.h> |
13 | #include <linux/init.h> | 12 | #include <linux/init.h> |