mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
x86: acer-wmi: remove unused macros
After reviewing the code, it was found that these macros are never referenced in the code and are all set to 0. They should be removed. Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20241014183856.3942-1-bajing@cmss.chinamobile.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
@@ -258,11 +258,6 @@ enum interface_flags {
|
||||
ACER_WMID_v2,
|
||||
};
|
||||
|
||||
#define ACER_DEFAULT_WIRELESS 0
|
||||
#define ACER_DEFAULT_BLUETOOTH 0
|
||||
#define ACER_DEFAULT_MAILLED 0
|
||||
#define ACER_DEFAULT_THREEG 0
|
||||
|
||||
static int max_brightness = 0xF;
|
||||
|
||||
static int mailled = -1;
|
||||
|
||||
Reference in New Issue
Block a user