HID: primax: Remove px_probe() and px_remove() functions
authorAxel Lin <axel.lin@gmail.com>
Fri, 7 Sep 2012 07:11:50 +0000 (15:11 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 7 Sep 2012 12:55:38 +0000 (14:55 +0200)
commit8b61513b86a221760389237c039105b5a5a332b3
tree2cfc7fea3c3946816c4cf20b8c06d723edfad946
parent751e5ed350ac3f8dff9fd63ce01405da9472a034
HID: primax: Remove px_probe() and px_remove() functions

The px_probe() and px_remove() functions do not have any special initialization
and cleanup. Remove them and let HID core handle the default probe/remove
actions.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-primax.c