diff options
Diffstat (limited to 'arch/arm/mach-imx/cmd_mfgprot.c')
-rw-r--r-- | arch/arm/mach-imx/cmd_mfgprot.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/cmd_mfgprot.c b/arch/arm/mach-imx/cmd_mfgprot.c index aed3b2f83d..ec8a8756f7 100644 --- a/arch/arm/mach-imx/cmd_mfgprot.c +++ b/arch/arm/mach-imx/cmd_mfgprot.c @@ -12,13 +12,11 @@ #include <linux/compiler.h> #include <command.h> #include <common.h> -#include <environment.h> +#include <env.h> #include <fsl_sec.h> #include <mapmem.h> #include <memalign.h> -DECLARE_GLOBAL_DATA_PTR; - /** * do_mfgprot() - Handle the "mfgprot" command-line command * @cmdtp: Command data struct pointer |