diff options
Diffstat (limited to 'arch/arm/mach-socfpga/freeze_controller.c')
-rw-r--r-- | arch/arm/mach-socfpga/freeze_controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/freeze_controller.c b/arch/arm/mach-socfpga/freeze_controller.c index 2b16795554..71d5d99e9c 100644 --- a/arch/arm/mach-socfpga/freeze_controller.c +++ b/arch/arm/mach-socfpga/freeze_controller.c @@ -9,7 +9,7 @@ #include <asm/io.h> #include <asm/arch/clock_manager.h> #include <asm/arch/freeze_controller.h> -#include <asm/errno.h> +#include <linux/errno.h> DECLARE_GLOBAL_DATA_PTR; |