From: H Hartley Sweeten Date: Mon, 15 Oct 2012 17:13:12 +0000 (-0700) Subject: staging: comedi: cb_pcidas64: remove inline priv() function X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681d335ab5819a5cca8b74bea06f2804d2cb5a81;p=pandora-kernel.git staging: comedi: cb_pcidas64: remove inline priv() function The inline priv() function simply returns the dev->private pointer to the private data. Remove the inline funciton 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