diff options
| author | Masahiro Yamada <[email protected]> | 2015-02-20 17:04:15 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-02-21 08:23:52 -0500 |
| commit | ea3857230c2d7428e8c22a9d063b4a5b86b34a0c (patch) | |
| tree | 4f8044d927d627bf11548e9f4393f94d4277fb07 /include | |
| parent | 3d357619a509eb2b39dc5056731ca08bc2b23e62 (diff) | |
ARM: kirkwood: move SoC headers to mach-kirkwood/include/mach
Move arch/arm/include/asm/arch-kirkwood/*
-> arch/arm/mach-kirkwood/include/mach/*
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Cc: Luka Perkov <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km/km_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index f780f8b5bba..2ed0855fdd8 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -195,7 +195,7 @@ } #ifndef __ASSEMBLY__ -#include <asm/arch-kirkwood/gpio.h> +#include <asm/arch/gpio.h> extern void __set_direction(unsigned pin, int high); void set_sda(int state); void set_scl(int state); |
