Skip to content

Commit

Permalink
[AVR32] Add missing #include <linux/param.h> to delay.c
Browse files Browse the repository at this point in the history
__const_udelay() needs HZ, which is defined in <asm/param.h>.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Dec 8, 2006
1 parent 50954ab commit 3fc0eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/avr32/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <linux/delay.h>
#include <linux/module.h>
#include <linux/param.h>
#include <linux/types.h>

#include <asm/processor.h>
Expand Down

0 comments on commit 3fc0eb4

Please sign in to comment.