diff options
| author | 2013-08-14 00:33:54 -0700 | |
|---|---|---|
| committer | 2013-08-14 00:33:54 -0700 | |
| commit | 13b837999f5cff1b0f40842704a18a2357dc22b2 (patch) | |
| tree | c375369e2fdbacd784aaebcc8360ccffd0da1199 /include/linux/platform_data | |
| parent | Merge tag 'boards-3.12' of git://git.infradead.org/linux-mvebu into next/boards (diff) | |
| parent | leds: Remove leds-renesas-tpu driver (diff) | |
| download | linux-dev-13b837999f5cff1b0f40842704a18a2357dc22b2.tar.xz linux-dev-13b837999f5cff1b0f40842704a18a2357dc22b2.zip | |
Merge tag 'renesas-tpu-pwm-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards
From Simon Horman:
Renesas TPU PWM support for v3.12
Add Renesas TPU PWM unit support
* tag 'renesas-tpu-pwm-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
leds: Remove leds-renesas-tpu driver
ARM: shmobile: sh73a0: Remove all GPIOs
ARM: shmobile: kota2: Use leds-pwm + pwm-rmob
ARM: shmobile: armadillo800eva: Add backlight support
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/leds-renesas-tpu.h | 14 |
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 055387086fc1..000000000000 --- 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__ */ |
