From c9c10913ea00111b7ce3304634e8131ec073495e Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Fri, 27 Mar 2020 12:45:34 +0200 Subject: [PATCH] platform/x86: surface3_power: Drop unused structure definition As reported by kbuild bot the struct mshw0011_lookup in never used. Drop its definition for good. Reported-by: kbuild test robot Signed-off-by: Andy Shevchenko --- drivers/platform/x86/surface3_power.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/platform/x86/surface3_power.c b/drivers/platform/x86/surface3_power.c index 42331d1..9cdae35 100644 --- a/drivers/platform/x86/surface3_power.c +++ b/drivers/platform/x86/surface3_power.c @@ -56,13 +56,6 @@ struct mshw0011_data { s32 full_capacity; }; -struct mshw0011_lookup { - struct mshw0011_data *cdata; - unsigned int n; - unsigned int index; - int addr; -}; - struct mshw0011_handler_data { struct acpi_connection_info info; struct i2c_client *client; -- 2.7.4