diff options
Diffstat (limited to 'drivers/video/exynos/exynos_fb.c')
-rw-r--r-- | drivers/video/exynos/exynos_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_fb.c b/drivers/video/exynos/exynos_fb.c index 97228cd3cc..5483d6613f 100644 --- a/drivers/video/exynos/exynos_fb.c +++ b/drivers/video/exynos/exynos_fb.c @@ -27,7 +27,7 @@ #include <asm/arch/pinmux.h> #include <asm/arch/system.h> #include <asm/gpio.h> -#include <asm-generic/errno.h> +#include <linux/errno.h> DECLARE_GLOBAL_DATA_PTR; |