Skip to content
Snippets Groups Projects
Commit 3fc0eb47 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

[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
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/param.h>
#include <linux/types.h> #include <linux/types.h>
#include <asm/processor.h> #include <asm/processor.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment