Commit 966dfcf4 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] fix compile warnings ColdFire PIT timer

Include interrupt.h in the Motorola ColdFire PIT timer code.
Cleans up compiler warning.
parent b1237da0
......@@ -17,6 +17,7 @@
#include <linux/sched.h>
#include <linux/param.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <asm/irq.h>
#include <asm/coldfire.h>
#include <asm/mcfpit.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