]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[AVR32] Don't include <asm/delay.h>
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 4 Dec 2006 13:17:39 +0000 (14:17 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 8 Dec 2006 12:06:24 +0000 (13:06 +0100)
Include <linux/delay.h> instead of <asm/delay.h> from a few places.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/avr32_ksyms.c
arch/avr32/lib/delay.c

index 372e3f8b2417737c38d3be01bcd3990d4f71967e..7c4c76114bbafdaae522246bee5ba9e3c70fd1bc 100644 (file)
@@ -7,12 +7,12 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/module.h>
 
 #include <asm/checksum.h>
 #include <asm/uaccess.h>
-#include <asm/delay.h>
 
 /*
  * GCC functions
index 462c8307b680fa00efd8a98e0010ac5ee991bbd3..76a8474607f7637db55957d50075471bc4312eb9 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/module.h>
 #include <linux/types.h>
 
-#include <asm/delay.h>
 #include <asm/processor.h>
 #include <asm/sysreg.h>