Commit 3fc0eb47 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen

[AVR32] Add missing #include <linux/param.h> to delay.c

__const_udelay() needs HZ, which is defined in <asm/param.h>.
Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent 50954ab3
......@@ -12,6 +12,7 @@
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/param.h>
#include <linux/types.h>
#include <asm/processor.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment