staging: comedi: ni_65xx: remove inline private() function
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 15 Oct 2012 17:14:12 +0000 (10:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:57:57 +0000 (11:57 -0700)
commit7e6c9bf696fbec8bf73cdee4d9f16b46608cd4c9
treeb2c631e18035a36bc2abc7e0dd095fda2b2d9e25
parentaa3d94732f80d65a0d0a8a1eef6a0c1d291002bc
staging: comedi: ni_65xx: remove inline private() function

The inline private() function simply returns the dev->private pointer
to the private data.

Remove the inline function and just use a local variable where the
private data is 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/ni_65xx.c
This page took 0.028305 seconds and 5 git commands to generate.