diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2015-10-05 14:42:37 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-10-26 09:49:44 +0100 |
commit | ee42a3344cc43bb404160ecb12038825638fcbf4 (patch) | |
tree | b1eec6cac445e3b4c61a8ffb0cceb1939748fa06 /arch/mips/jz4740 | |
parent | 0503b69729f6ba83eacaf4dc97e54d55b7f1feba (diff) | |
download | op-kernel-dev-ee42a3344cc43bb404160ecb12038825638fcbf4.zip op-kernel-dev-ee42a3344cc43bb404160ecb12038825638fcbf4.tar.gz |
MIPS: JZ4740: Remove unused linux/leds_pwm.h include
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>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11262/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jz4740')
-rw-r--r-- | arch/mips/jz4740/board-qi_lb60.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/jz4740/board-qi_lb60.c b/arch/mips/jz4740/board-qi_lb60.c index d6f7e39..934b15b 100644 --- a/arch/mips/jz4740/board-qi_lb60.c +++ b/arch/mips/jz4740/board-qi_lb60.c @@ -35,8 +35,6 @@ #include <linux/regulator/fixed.h> #include <linux/regulator/machine.h> -#include <linux/leds_pwm.h> - #include <asm/mach-jz4740/platform.h> #include "clock.h" |