diff options
Diffstat (limited to 'arch/mips/mach-mtmips/spl.c')
| -rw-r--r-- | arch/mips/mach-mtmips/spl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/mach-mtmips/spl.c b/arch/mips/mach-mtmips/spl.c index 38d9e9160d2..95201b8d7ab 100644 --- a/arch/mips/mach-mtmips/spl.c +++ b/arch/mips/mach-mtmips/spl.c @@ -6,10 +6,10 @@   */  #include <common.h> -#include <fdt.h>  #include <init.h>  #include <spl.h>  #include <asm/sections.h> +#include <linux/libfdt.h>  #include <linux/sizes.h>  #include <mach/serial.h> | 
