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