staging: comedi: dmm32at: remove devpriv macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 3 Jul 2012 01:14:27 +0000 (18:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:22 +0000 (15:51 -0700)
commit3eff01744009de100f03a1dc2e3d5f98da2235e5
treec74ef3504482e26379a2927d1011cf0f24c6faa1
parent2792182816be376391c2cfc142bfd32f3ab8c5cd
staging: comedi: dmm32at: remove devpriv macro

The 'devpriv' macro relies on a local variable having a specific
name and yields a pointer derived from that local variable. Replace
the macro with a local variable where used.

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>
drivers/staging/comedi/drivers/dmm32at.c