diff options
| author | Alex Hung <[email protected]> | 2017-05-31 16:17:48 -0700 |
|---|---|---|
| committer | Darren Hart (VMware) <[email protected]> | 2017-06-13 11:00:17 -0700 |
| commit | feb4ec1412ab948c30dbf98cd9326825e8d49513 (patch) | |
| tree | 06420764fe872893baa2d9e2b5fba74ddeac103c | |
| parent | 0d2c95354a3b63256e92d9fb865c08902d2c9b0b (diff) | |
platform/x86: panasonic-laptop: remove unused code
The struct pcc_keyinput is not used in panasonic-laptop and in
anywhere in kernel, and it can be removed.
Signed-off-by: Alex Hung <[email protected]>
Acked-by: Harald Welte <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
| -rw-r--r-- | drivers/platform/x86/panasonic-laptop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/platform/x86/panasonic-laptop.c b/drivers/platform/x86/panasonic-laptop.c index 975f4e100dbd..76b0a58e205b 100644 --- a/drivers/platform/x86/panasonic-laptop.c +++ b/drivers/platform/x86/panasonic-laptop.c @@ -228,10 +228,6 @@ struct pcc_acpi { struct backlight_device *backlight; }; -struct pcc_keyinput { - struct acpi_hotkey *hotkey; -}; - /* method access functions */ static int acpi_pcc_write_sset(struct pcc_acpi *pcc, int func, int val) { |