From: H Hartley Sweeten Date: Tue, 30 Oct 2012 00:03:36 +0000 (-0700) Subject: staging: comedi: addi_eeprom: make the eeprom helper functions static X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~815 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa36c7720aa65417a992c9722a2ee34c74572d50;p=pandora-kernel.git staging: comedi: addi_eeprom: make the eeprom helper functions static The functions used to read the eeprom header information blocks are only used in this file. Move them to remove the need for the forward declarations. The i_EepromReadTimerHeader() function is currently not being used. Block it out with and #if 0/#endif until it's determined if it should be removed. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed