Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acc9252a authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

[AVR32] Don't include <asm/delay.h>



Include <linux/delay.h> instead of <asm/delay.h> from a few places.

Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent c2eb5090
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#include <linux/module.h>
#include <linux/types.h>

#include <asm/delay.h>
#include <asm/processor.h>
#include <asm/sysreg.h>