Skip to content

Commit

Permalink
nios2: include linux/type.h in io.h
Browse files Browse the repository at this point in the history
This is require for __iomem definition.

Signed-off-by: Ley Foon Tan <[email protected]>
  • Loading branch information
Ley Foon Tan committed Dec 8, 2014
1 parent 065a113 commit 6181032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/nios2/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#ifndef _ASM_NIOS2_IO_H
#define _ASM_NIOS2_IO_H

#include <linux/types.h>
#include <asm/pgtable-bits.h>

/* PCI is not supported in nios2, set this to 0. */
Expand Down

0 comments on commit 6181032

Please sign in to comment.