staging: comedi: addi_eeprom: make the eeprom helper functions static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 30 Oct 2012 00:03:36 +0000 (17:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:50:12 +0000 (10:50 -0700)
commitaa36c7720aa65417a992c9722a2ee34c74572d50
treec593b66b2d6ec3c1224fe88f4ad0a5768d1ca6ac
parentc598686f5d34897a92226436d2347a38638e4726
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/addi_eeprom.c