aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2013-11-12 15:09:43 -0800
committerLinus Torvalds <[email protected]>2013-11-13 12:09:21 +0900
commit7bb8abe6ed58835c58153d59e4b13513b7306802 (patch)
tree88eba187dd705c72280ecf1d6a1b7123f0253dac
parent9a26a84e3f77850ab80dbb9fb7f9821109f38f12 (diff)
backlight: atmel-pwm-bl: remove unused include
Remove unused include of clk.h. Signed-off-by: Johan Hovold <[email protected]> Acked-by: Jingoo Han <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/video/backlight/atmel-pwm-bl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/atmel-pwm-bl.c b/drivers/video/backlight/atmel-pwm-bl.c
index abfaada0b6ca..bfd6a9680936 100644
--- a/drivers/video/backlight/atmel-pwm-bl.c
+++ b/drivers/video/backlight/atmel-pwm-bl.c
@@ -12,7 +12,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/fb.h>
-#include <linux/clk.h>
#include <linux/gpio.h>
#include <linux/backlight.h>
#include <linux/atmel_pwm.h>