commit | b08bfa38c06e0edbf6f434f6db3943e82d32239f | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri Sep 07 17:43:36 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 07 21:49:57 2012 -0700 |
tree | 7b15e126e952336a1c9c537e333e04d3503b933a | |
parent | da755d15295ce810130f60e55c9f6fb287ec73b8 [diff] |
staging: comedi: me4000: remove ai context The ai context is a struct containing all the register addresses used with the ai subdevice. These can easily be calculated when needed. Remove the me4000_ai_context struct, its intialization function, and it's variable in the private data. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>