Skip to content

Commit

Permalink
[AVR32] Don't include <asm/delay.h>
Browse files Browse the repository at this point in the history
Include <linux/delay.h> instead of <asm/delay.h> from a few places.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Dec 8, 2006
1 parent c2eb509 commit acc9252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion arch/avr32/kernel/avr32_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion arch/avr32/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <linux/module.h>
#include <linux/types.h>

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

Expand Down

0 comments on commit acc9252

Please sign in to comment.