Skip to content

Commit

Permalink
sh: sh7269: Fix compilation by adding missing includes
Browse files Browse the repository at this point in the history
struct resource is defined in linux/ioport.h. Include it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Apr 2, 2013
1 parent 1960d58 commit 6299e57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
* for more details.
*/

#include <linux/bug.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <cpu/pfc.h>

Expand Down

0 comments on commit 6299e57

Please sign in to comment.