Commit c9c10913 authored by Andy Shevchenko's avatar Andy Shevchenko

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: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent b1f81b49
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment