From: H Hartley Sweeten Date: Mon, 15 Oct 2012 17:13:50 +0000 (-0700) Subject: staging: comedi: gsc_hpdi: remove inline priv() function X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa3d94732f80d65a0d0a8a1eef6a0c1d291002bc;p=pandora-kernel.git staging: comedi: gsc_hpdi: remove inline priv() function The inline priv() 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed