summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-07-16 12:32:08 +0200
committerSimon Horman <horms+renesas@verge.net.au>2013-07-22 10:16:54 +0900
commitae3e4c277669e16093f0e71ca927cf33e7dde053 (patch)
tree04be516b49337d7f6f90dc99528348a6ce9dd756 /include/linux/platform_data
parente6909dcedb55b8790f5b79599987d84eea5888b1 (diff)
downloadop-kernel-dev-ae3e4c277669e16093f0e71ca927cf33e7dde053.zip
op-kernel-dev-ae3e4c277669e16093f0e71ca927cf33e7dde053.tar.gz
leds: Remove leds-renesas-tpu driver
The driver is superseded by the generic pwm-renesas-tpu driver used with leds-pwm. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Bryan Wu <cooloney@gmail.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/leds-renesas-tpu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/platform_data/leds-renesas-tpu.h b/include/linux/platform_data/leds-renesas-tpu.h
deleted file mode 100644
index 0553870..0000000
--- a/include/linux/platform_data/leds-renesas-tpu.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __LEDS_RENESAS_TPU_H__
-#define __LEDS_RENESAS_TPU_H__
-
-struct led_renesas_tpu_config {
- char *name;
- unsigned pin_gpio_fn;
- unsigned pin_gpio;
- unsigned int channel_offset;
- unsigned int timer_bit;
- unsigned int max_brightness;
- unsigned int refresh_rate;
-};
-
-#endif /* __LEDS_RENESAS_TPU_H__ */
OpenPOWER on IntegriCloud