summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorAzael Avalos <coproscefalo@gmail.com>2015-07-22 21:37:47 -0400
committerDarren Hart <dvhart@linux.intel.com>2015-07-24 17:22:58 -0400
commitd7e4f2e2ca392bce468718bcbba808108d81d501 (patch)
tree93fdb041774414abaf9901d299030b38b99ebee4 /drivers/platform
parent695f6060903cefa08ffb78433136f51ac0f94488 (diff)
toshiba_acpi: Remove unused wireless defines
Commit 2b74103547b4 ("toshiba_acpi: Remove bluetooth rfkill code") removed bluetooth related code, however, the wireless defines were not removed and are unused. This patch simply removes those defines as there is no code using them. Signed-off-by: Azael Avalos <coproscefalo@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/toshiba_acpi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c
index 649786de4a79..90d8cb1c2e27 100644
--- a/drivers/platform/x86/toshiba_acpi.c
+++ b/drivers/platform/x86/toshiba_acpi.c
@@ -113,7 +113,6 @@ MODULE_LICENSE("GPL");
113#define HCI_VIDEO_OUT 0x001c 113#define HCI_VIDEO_OUT 0x001c
114#define HCI_HOTKEY_EVENT 0x001e 114#define HCI_HOTKEY_EVENT 0x001e
115#define HCI_LCD_BRIGHTNESS 0x002a 115#define HCI_LCD_BRIGHTNESS 0x002a
116#define HCI_WIRELESS 0x0056
117#define HCI_ACCELEROMETER 0x006d 116#define HCI_ACCELEROMETER 0x006d
118#define HCI_KBD_ILLUMINATION 0x0095 117#define HCI_KBD_ILLUMINATION 0x0095
119#define HCI_ECO_MODE 0x0097 118#define HCI_ECO_MODE 0x0097
@@ -142,10 +141,6 @@ MODULE_LICENSE("GPL");
142#define HCI_VIDEO_OUT_LCD 0x1 141#define HCI_VIDEO_OUT_LCD 0x1
143#define HCI_VIDEO_OUT_CRT 0x2 142#define HCI_VIDEO_OUT_CRT 0x2
144#define HCI_VIDEO_OUT_TV 0x4 143#define HCI_VIDEO_OUT_TV 0x4
145#define HCI_WIRELESS_KILL_SWITCH 0x01
146#define HCI_WIRELESS_BT_PRESENT 0x0f
147#define HCI_WIRELESS_BT_ATTACH 0x40
148#define HCI_WIRELESS_BT_POWER 0x80
149#define SCI_KBD_MODE_MASK 0x1f 144#define SCI_KBD_MODE_MASK 0x1f
150#define SCI_KBD_MODE_FNZ 0x1 145#define SCI_KBD_MODE_FNZ 0x1
151#define SCI_KBD_MODE_AUTO 0x2 146#define SCI_KBD_MODE_AUTO 0x2