diff options
| author | Darren Hart <dvhart@infradead.org> | 2017-03-29 22:19:42 +0300 |
|---|---|---|
| committer | Darren Hart (VMware) <dvhart@infradead.org> | 2017-04-13 20:14:09 +0300 |
| commit | 674b5d58366e3f319520a89785c292a60aacb702 (patch) | |
| tree | c3ffbc0c7b14aa56c22802a000acbfb42e5f8d1e /include/linux | |
| parent | 6b8e7d8f6881109dedfcf721d72f6bc822f4c580 (diff) | |
| parent | ab768386116d0d88b944d0ef958adff082c088a8 (diff) | |
| download | linux-674b5d58366e3f319520a89785c292a60aacb702.tar.xz | |
Merge branch 'linux-leds/dell-laptop-changes-for-4.12'
Merge branch 'dell-laptop-changes-for-4.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
to avoid linux-next merge conflict with dell-laptop.c.
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dell-led.h | 6 |
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 |
