diff options
Diffstat (limited to 'drivers/qe')
-rw-r--r-- | drivers/qe/qe.c | 2 | ||||
-rw-r--r-- | drivers/qe/uccf.c | 2 | ||||
-rw-r--r-- | drivers/qe/uec.c | 2 | ||||
-rw-r--r-- | drivers/qe/uec_phy.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index 7e74212..4231594 100644 --- a/drivers/qe/qe.c +++ b/drivers/qe/qe.c @@ -9,7 +9,7 @@ #include <common.h> #include <command.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <asm/io.h> #include <linux/immap_qe.h> #include <fsl_qe.h> diff --git a/drivers/qe/uccf.c b/drivers/qe/uccf.c index ae4ca35..bab5453 100644 --- a/drivers/qe/uccf.c +++ b/drivers/qe/uccf.c @@ -9,7 +9,7 @@ #include <common.h> #include <malloc.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <asm/io.h> #include <linux/immap_qe.h> #include "uccf.h" diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c index af97538..5fd956a 100644 --- a/drivers/qe/uec.c +++ b/drivers/qe/uec.c @@ -9,7 +9,7 @@ #include <common.h> #include <net.h> #include <malloc.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <asm/io.h> #include <linux/immap_qe.h> #include "uccf.h" diff --git a/drivers/qe/uec_phy.c b/drivers/qe/uec_phy.c index be90d94..9604270 100644 --- a/drivers/qe/uec_phy.c +++ b/drivers/qe/uec_phy.c @@ -13,7 +13,7 @@ #include <common.h> #include <net.h> #include <malloc.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <linux/immap_qe.h> #include <asm/io.h> #include "uccf.h" |