From: H Hartley Sweeten Date: Sat, 8 Sep 2012 00:45:08 +0000 (-0700) Subject: staging: comedi: me4000: remove ao context X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d7ccb770b9b231c177bb7477a89cea9682d61a;p=pandora-kernel.git staging: comedi: me4000: remove ao context The ao context is a struct containing all the register addresses used with the ao subdevice. These can easily be calculated when needed. Remove the me4000_ao_context struct, its initialization function, and it's variable in the private data. The last value written to the ao channels still needs to be saved in the private data for readback. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed