From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:34 +0000 (+0100) Subject: staging: comedi: mite: remove list of devices X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551e2c3cf7733ac141768fc6cbdb05d6633d08a6;p=pandora-kernel.git staging: comedi: mite: remove list of devices All the drivers that use the "mite" module now allocate a `struct mite_struct` dynamically instead of searching the `mite_devices` list populated during initialization of the "mite" module. Remove the list of devices and the function that prints available NI devices on the list (`mite_list_devices()`). The list node and `used` members in `struct mite_struct` are now redundant, so remove them. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed