| To: | trivial@kernel.org |
|---|---|
| Subject: | [RFC 3/5]arch:mips:pmc-sierra:msp71xx:Makefile Remove unused config in the Makefile. |
| From: | "Justin P. Mattock" <justinmattock@gmail.com> |
| Date: | Tue, 5 Apr 2011 09:58:20 -0700 |
| Cc: | linux-kernel@vger.kernel.org, "Justin P. Mattock" <justinmattock@gmail.com>, Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=rcQzw8sKjrHSYVVWGrrtPVfC7iL7Yna0LT5K768Kx7I=; b=kVGoRQ26zKAy242lWSkgHTZYIA0BWdppQPwOj/w+KgRJBn8nQYwBvqiK4a0fwWxRtM pj5n0Zec+VhKpuSzyrmz3xttqayvTJmCVz8ODVmDubcO7pUV8ZKBr/P0yVeFMjgIz8av mc5Vm19p6BWTXp3Zr4RLtmGMCSMlis3EgnA/I= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=QUgE/9dGlklhDfPsbjFndiUjGXIcLQVnjAXUVAaM1hZTWdTwRuf15Bf0Dk2bGDPl+L p33TtVKV4vnjKhNfoyZoPwu78p6k3tBBD24Mujl+00fCiigFzNIdv6akbbGUiwAc8gcg hFHl34Qy0OMwj5yxLf2avHVTi+HuVZkoZPTzM= |
| In-reply-to: | <1302022702-24541-1-git-send-email-justinmattock@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1302022702-24541-1-git-send-email-justinmattock@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
The patch below removes an unused config variable found by using a kernel
cleanup script.
Note: I did try to cross compile these but hit erros while doing so..
(gcc is not setup to cross compile) and am unsure if anymore needs to be done.
Please have a look if/when anybody has free time.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Ralf Baechle <ralf@linux-mips.org>
CC: linux-mips@linux-mips.org
---
arch/mips/pmc-sierra/msp71xx/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/pmc-sierra/msp71xx/Makefile
b/arch/mips/pmc-sierra/msp71xx/Makefile
index cefba77..9201c8b 100644
--- a/arch/mips/pmc-sierra/msp71xx/Makefile
+++ b/arch/mips/pmc-sierra/msp71xx/Makefile
@@ -3,7 +3,6 @@
#
obj-y += msp_prom.o msp_setup.o msp_irq.o \
msp_time.o msp_serial.o msp_elb.o
-obj-$(CONFIG_HAVE_GPIO_LIB) += gpio.o gpio_extended.o
obj-$(CONFIG_PMC_MSP7120_GW) += msp_hwbutton.o
obj-$(CONFIG_IRQ_MSP_SLP) += msp_irq_slp.o
obj-$(CONFIG_IRQ_MSP_CIC) += msp_irq_cic.o msp_irq_per.o
--
1.7.4.2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH V8] MIPS: lantiq: add NOR flash support, Artem Bityutskiy |
|---|---|
| Next by Date: | Re: [PATCH V6] MIPS: lantiq: add serial port support, Ralf Baechle |
| Previous by Thread: | [PATCH V8] MIPS: lantiq: add NOR flash support, John Crispin |
| Next by Thread: | Re: [RFC 3/5]arch:mips:pmc-sierra:msp71xx:Makefile Remove unused config in the Makefile., Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |