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