]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: amplc_pc263: Remove thisboard and devpriv macros
authorIan Abbott <abbotti@mev.co.uk>
Wed, 30 May 2012 18:04:44 +0000 (19:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:48:08 +0000 (20:48 -0700)
commit89a0a5e755d390093fee042b67038e9b1fd189a5
tree79884a59c52d77374b48fd255710c982d2157dca
parent726a86aa2105645b022a0038796dce72e2daa03a
staging: comedi: amplc_pc263: 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>
drivers/staging/comedi/drivers/amplc_pc263.c