summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/leds_pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/leds_pwm.h')
-rw-r--r--ANDROID_3.4.5/include/linux/leds_pwm.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/ANDROID_3.4.5/include/linux/leds_pwm.h b/ANDROID_3.4.5/include/linux/leds_pwm.h
deleted file mode 100644
index 33a07116..00000000
--- a/ANDROID_3.4.5/include/linux/leds_pwm.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * PWM LED driver data - see drivers/leds/leds-pwm.c
- */
-#ifndef __LINUX_LEDS_PWM_H
-#define __LINUX_LEDS_PWM_H
-
-struct led_pwm {
- const char *name;
- const char *default_trigger;
- unsigned pwm_id;
- u8 active_low;
- unsigned max_brightness;
- unsigned pwm_period_ns;
-};
-
-struct led_pwm_platform_data {
- int num_leds;
- struct led_pwm *leds;
-};
-
-#endif