Input: wacom - use get_unaligned to access unaligned data
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 20 Mar 2010 05:33:38 +0000 (22:33 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 14 Apr 2010 06:24:42 +0000 (23:24 -0700)
commit252f77698fe37bdd784e514820852a3ea9827fd0
tree771f676d49eef41ee1fb2a98c2d1a99171968124
parent95dd3b30ced3ee740e5dd92fc44515a5a6a350d4
Input: wacom - use get_unaligned to access unaligned data

Also get rid of wacom_le16_to_cpu() and wacom_be16_to_cpu() helpers and
ise le16_to_cpup() and be16_to_cpup() directly.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/wacom.h
drivers/input/tablet/wacom_sys.c
drivers/input/tablet/wacom_wac.c