Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239516 > unrolled thread
| Started by | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| First post | 2015-10-05 14:50 +0200 |
| Last post | 2015-10-06 13:50 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include Thierry Reding <thierry.reding@gmail.com> - 2015-10-05 14:50 +0200
Re: [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include Lars-Peter Clausen <lars@metafoo.de> - 2015-10-05 15:00 +0200
Re: [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include Lars-Peter Clausen <lars@metafoo.de> - 2015-10-05 15:00 +0200
Re: [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include Ralf Baechle <ralf@linux-mips.org> - 2015-10-06 13:50 +0200
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Date | 2015-10-05 14:50 +0200 |
| Subject | [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include |
| Message-ID | <qgdnk-7Bp-15@gated-at.bofh.it> |
The board code never sets up a leds-pwm device, so including the header is not necessary. Signed-off-by: Thierry Reding <thierry.reding@gmail.com> --- arch/mips/jz4740/board-qi_lb60.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c index 0e6ad22d265c..79f37c2aa298 100644 --- a/arch/mips/jz4740/board-qi_lb60.c +++ b/arch/mips/jz4740/board-qi_lb60.c @@ -34,8 +34,6 @@ #include <linux/regulator/fixed.h> #include <linux/regulator/machine.h> -#include <linux/leds_pwm.h> - #include <asm/mach-jz4740/gpio.h> #include <asm/mach-jz4740/platform.h> -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Lars-Peter Clausen <lars@metafoo.de> |
|---|---|
| Date | 2015-10-05 15:00 +0200 |
| Subject | Re: [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include |
| Message-ID | <qgdwZ-7MJ-5@gated-at.bofh.it> |
| In reply to | #1239516 |
On 10/05/2015 02:42 PM, Thierry Reding wrote: > The board code never sets up a leds-pwm device, so including the header > is not necessary. > > Signed-off-by: Thierry Reding <thierry.reding@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Lars-Peter Clausen <lars@metafoo.de> |
|---|---|
| Date | 2015-10-05 15:00 +0200 |
| Subject | Re: [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include |
| Message-ID | <qgdx0-7MJ-21@gated-at.bofh.it> |
| In reply to | #1239516 |
On 10/05/2015 02:42 PM, Thierry Reding wrote: > The board code never sets up a leds-pwm device, so including the header > is not necessary. > > Signed-off-by: Thierry Reding <thierry.reding@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Date | 2015-10-06 13:50 +0200 |
| Subject | Re: [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include |
| Message-ID | <qgyUO-555-21@gated-at.bofh.it> |
| In reply to | #1239523 |
On Mon, Oct 05, 2015 at 02:54:04PM +0200, Lars-Peter Clausen wrote: > On 10/05/2015 02:42 PM, Thierry Reding wrote: > > The board code never sets up a leds-pwm device, so including the header > > is not necessary. > > > > Signed-off-by: Thierry Reding <thierry.reding@gmail.com> > > Acked-by: Lars-Peter Clausen <lars@metafoo.de> Somehow your email with the Ack got duplicated and patchwork being not that clever counted that for two Acks ... Anyway, just as with the previous patch this one only applied with fuzz probably due to the gpio.h fix. Thanks, Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web