Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239516

[PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include

From Thierry Reding <thierry.reding@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] MIPS: jz4740: qi_lb60: Remove unused linux/leds_pwm.h include
Date 2015-10-05 14:50 +0200
Message-ID <qgdnk-7Bp-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web