commit | 282f3528e21cd35f85e8ea3cb7dbcd285a6e5379 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Thu May 24 17:27:16 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 04 20:39:38 2012 -0700 |
tree | be3b99ce77366b1c198fab1f109824f2d0216553 | |
parent | 33fba3b7841b0cf7565e4352a2bab69fc5f4288f [diff] |
staging: comedi: das08: Remove thisboard and devpriv macros The 'thisboard' and 'devpriv' macros rely on a local variable having a specific name and yield pointers derived from that local variable. Replace the macros with local variables wherever they occur. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>