From: Jonathan Cameron Date: Fri, 12 Aug 2011 16:08:38 +0000 (+0100) Subject: staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_str... X-Git-Tag: v3.2-rc1~169^2^2~864^2~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29f73db791098179af90e6a5b1df41f941b32cd;p=pandora-kernel.git staging:iio:triggers introduce iio_trigger_ops to take const bits out of iio_trig_structure. Right now this results in increased code, but I still think it is worth doing to avoid replication across instances of drivers etc and move as much stuff as possible to constant. Ops structure is optional for the occasional driver that uses none of it (currently only the ad7793). Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed