diff options
author | Axel Lin <[email protected]> | 2010-07-20 15:19:54 -0700 |
---|---|---|
committer | Matthew Garrett <[email protected]> | 2010-08-03 09:49:04 -0400 |
commit | ff2367d1d5b8f76005899cd636fac5b82a881ab0 (patch) | |
tree | ad1d3b596f9bca9448a1b0bd7b4e75486b20df18 | |
parent | 7677fbdff16f5b817bc3dc5d194a8b3350f8f9cb (diff) |
acer-wmi: remove non-used acer_quirks struct definition
Remove non-used acer_quirks struct definition.
Signed-off-by: Axel Lin <[email protected]>
Cc: Carlos Corbacho <[email protected]>
Cc: Matthew Garrett <[email protected]>
Cc: Thomas Renninger <[email protected]>
Cc: Alan Jenkins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
-rw-r--r-- | drivers/platform/x86/acer-wmi.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index b06678660956..2badee2fdeed 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -50,17 +50,6 @@ MODULE_LICENSE("GPL"); #define ACER_INFO KERN_INFO ACER_LOGPREFIX /* - * The following defines quirks to get some specific functions to work - * which are known to not be supported over ACPI-WMI (such as the mail LED - * on WMID based Acer's) - */ -struct acer_quirks { - const char *vendor; - const char *model; - u16 quirks; -}; - -/* * Magic Number * Meaning is unknown - this number is required for writing to ACPI for AMW0 * (it's also used in acerhk when directly accessing the BIOS) |