| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 1/3] MIPS: lantiq: Add missing include to mach-easy50712.c |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Wed, 11 May 2011 13:22:25 -0700 |
| Cc: | David Daney <ddaney@caviumnetworks.com>, John Crispin <blogic@openwrt.org> |
| In-reply-to: | <1305145347-32605-1-git-send-email-ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1305145347-32605-1-git-send-email-ddaney@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Without this we fail building with a missing definition for PHY_INTERFACE_MODE_MII. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Cc: John Crispin <blogic@openwrt.org> --- arch/mips/lantiq/xway/mach-easy50712.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/lantiq/xway/mach-easy50712.c b/arch/mips/lantiq/xway/mach-easy50712.c index 2512561..30b8000 100644 --- a/arch/mips/lantiq/xway/mach-easy50712.c +++ b/arch/mips/lantiq/xway/mach-easy50712.c @@ -12,6 +12,7 @@ #include <linux/mtd/partitions.h> #include <linux/mtd/physmap.h> #include <linux/input.h> +#include <linux/phy.h> #include <lantiq_soc.h> #include <irq.h> -- 1.7.2.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/3] MIPS: lantiq: Fix section mismatch in gpio_stp.c, David Daney |
|---|---|
| Next by Date: | [PATCH 3/3] MIPS: lantiq: Check return value from strict_strtoul()., David Daney |
| Previous by Thread: | Re: [PATCH 2/3] MIPS: lantiq: Fix section mismatch in gpio_stp.c, Ralf Baechle |
| Next by Thread: | Re: [PATCH 1/3] MIPS: lantiq: Add missing include to mach-easy50712.c, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |