diff options
Diffstat (limited to 'board/pleb2/pleb2.c')
| -rw-r--r-- | board/pleb2/pleb2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/pleb2/pleb2.c b/board/pleb2/pleb2.c index dc6fac46d..97c37eaa3 100644 --- a/board/pleb2/pleb2.c +++ b/board/pleb2/pleb2.c @@ -26,7 +26,7 @@   */  #include <common.h> -#include <asm-arm/mach-types.h> +#include <asm/mach-types.h>  DECLARE_GLOBAL_DATA_PTR; |