Skip to content

Commit c9c1091

Browse files
committed
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 <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent b1f81b4 commit c9c1091

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/platform/x86/surface3_power.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ struct mshw0011_data {
5656
s32 full_capacity;
5757
};
5858

59-
struct mshw0011_lookup {
60-
struct mshw0011_data *cdata;
61-
unsigned int n;
62-
unsigned int index;
63-
int addr;
64-
};
65-
6659
struct mshw0011_handler_data {
6760
struct acpi_connection_info info;
6861
struct i2c_client *client;

0 commit comments

Comments
 (0)