diff options
Diffstat (limited to 'arch/powerpc/include/asm/swab.h')
| -rw-r--r-- | arch/powerpc/include/asm/swab.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/swab.h b/arch/powerpc/include/asm/swab.h index ef824ae4b79..c581e3ef73e 100644 --- a/arch/powerpc/include/asm/swab.h +++ b/arch/powerpc/include/asm/swab.h @@ -8,7 +8,7 @@   * 2 of the License, or (at your option) any later version.   */ -#include <asm/types.h> +#include <linux/types.h>  #include <linux/compiler.h>  #ifdef __GNUC__  |