summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/iic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kernel/iic.c')
-rw-r--r--arch/arm/kernel/iic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/kernel/iic.c b/arch/arm/kernel/iic.c
index 10a25e01b..6eb0122e8 100644
--- a/arch/arm/kernel/iic.c
+++ b/arch/arm/kernel/iic.c
@@ -6,8 +6,9 @@
* IIC is used to get the current time from the CMOS rtc.
*/
+#include <linux/delay.h>
+
#include <asm/system.h>
-#include <asm/delay.h>
#include <asm/io.h>
#include <asm/hardware.h>