evdev: rename device_removed() to evdev_input_device_destroy()
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 3 Aug 2012 11:38:57 +0000 (14:38 +0300)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:30 +0000 (17:51 +0100)
commitcac530ebaebfc324a24a2d54fb013eb3885d3639
tree1c8b9ac2da52113705b2f0ac1ce9b9b998ffc12d
parentca9ef609b653b48edc96b23d8b2612656e49c14b
evdev: rename device_removed() to evdev_input_device_destroy()

evdev_input_device_destroy() will completement the API of
evdev_input_device_create(), both being independent from udev.

Since the udev-specific device_removed() would only call
evdev_input_device_destroy() and do nothing else, device_remove() calls
are simply replaced with evdev_input_device_destroy().

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
src/evdev.c