Commit feb4ec14 authored by Alex Hung's avatar Alex Hung Committed by Darren Hart (VMware)

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: default avatarAlex Hung <alex.hung@canonical.com>
Acked-by: default avatarHarald Welte <laforge@gnumonks.org>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 0d2c9535
......@@ -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)
{
......
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