aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dell-led.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dell-led.h')
-rw-r--r--include/linux/dell-led.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/dell-led.h b/include/linux/dell-led.h
index 7009b8bec77b..3f033c48071e 100644
--- a/include/linux/dell-led.h
+++ b/include/linux/dell-led.h
@@ -1,10 +1,6 @@
#ifndef __DELL_LED_H__
#define __DELL_LED_H__
-enum {
- DELL_LED_MICMUTE,
-};
-
-int dell_app_wmi_led_set(int whichled, int on);
+int dell_micmute_led_set(int on);
#endif