staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on module...
authorJonathan Cameron <jic23@cam.ac.uk>
Wed, 24 Aug 2011 16:28:35 +0000 (17:28 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 24 Aug 2011 21:23:41 +0000 (14:23 -0700)
commit9c0c22bd1699a800771370f85ee97c9ab388247e
tree08002297cb5aa2b7e9f69dc45a167412fbeedf02
parent82db4249a2bd8b19c734e1ec4db0d6a56849b9a0
staging:iio:trigger:sysfs trigger: Add a release function to avoid warning on module removal.

The device is static and should never actually be deleted. The release
is just to avoid a warning from the kernel.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/trigger/iio-trig-sysfs.c