On Mon, May 9, 2011 at 6:47 PM, Anisse Astier <[email protected]> wrote: > Back when every driver managed it's own sparse keymap directly, > asus_laptop needed to keep track of its keymap. Not anymore. > > Signed-off-by: Anisse Astier <[email protected]> > --- > drivers/platform/x86/asus-laptop.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/platform/x86/asus-laptop.c > b/drivers/platform/x86/asus-laptop.c > index c53b3ff..0379798 100644 > --- a/drivers/platform/x86/asus-laptop.c > +++ b/drivers/platform/x86/asus-laptop.c > @@ -198,7 +198,6 @@ struct asus_laptop { > struct backlight_device *backlight_device; > > struct input_dev *inputdev; > - struct key_entry *keymap; > > struct asus_led mled; > struct asus_led tled; > -- > 1.7.4.3 > >
I remember writing the exact same patch, but it seems that it was lost. Acked-by: Corentin Chary <[email protected]> -- Corentin Chary http://xf.iksaif.net -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
