From: H Hartley Sweeten Date: Tue, 30 Oct 2012 00:03:05 +0000 (-0700) Subject: staging: comedi: addi_eeprom: make v_EepromWaitBusy() static X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~817 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbdee1435531ba90ed5b9ef0f083bd7598d847b;p=pandora-kernel.git staging: comedi: addi_eeprom: make v_EepromWaitBusy() static This function is only used in this file. Move it to remove the need for the forward declaration. Also, remove the comment about an error in the data book. It's not really an error just someones misunderstanding about doing a byte read of a dword register. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed