From: H Hartley Sweeten Date: Tue, 23 Oct 2012 23:27:57 +0000 (-0700) Subject: staging: comedi: ni_660x: remove inline function board() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1050 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9186ccdec5b60220e9f10b0ee68f13156d099a10;p=pandora-kernel.git staging: comedi: ni_660x: remove inline function board() This function is used to get the dev->board_ptr from the comedi_device. Remove the function and use a local variable to hold the pointer where used. Use the comedi_board() helper to get the pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed