Skip to content

Commit

Permalink
sh: r7780rp: irq-r7780rp needs linux/io.h.
Browse files Browse the repository at this point in the history
Trivial build fix.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 2f0ae55 commit c3fae6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/boards/renesas/r7780rp/irq-r7780rp.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* for more details.
*/
#include <linux/init.h>
#include <linux/io.h>
#include <asm/r7780rp.h>

unsigned char * __init highlander_init_irq_r7780rp(void)
Expand Down

0 comments on commit c3fae6d

Please sign in to comment.