aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-04-28 14:38:32 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-28 14:38:32 +1000
commit50d15e1dbdde2307afd8da1a4422dd1d46dcf46c (patch)
tree54af9d133378bb070bc1e07f863da5ab5f035625 /include
parent10cdfbaa997d0a0a4f42f1f83f72a572bcc33a8b (diff)
parent58688a7525b6b4224347f5d1c16d92e4a3db2559 (diff)
Merge remote-tracking branch 'drivers-x86/for-next'
Diffstat (limited to 'include')
-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