Skip to content

Commit

Permalink
sh: microdev: Fix compile warnings.
Browse files Browse the repository at this point in the history
irq.c needs linux/interrupt.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jun 4, 2007
1 parent c596b1a commit 8b19a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/boards/superh/microdev/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <linux/init.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/microdev.h>
Expand Down

0 comments on commit 8b19a7c

Please sign in to comment.