staging: comedi: addi_eeprom: make the 93c76 eeprom functions static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 30 Oct 2012 00:03:20 +0000 (17:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:50:11 +0000 (10:50 -0700)
commitc598686f5d34897a92226436d2347a38638e4726
tree354bd8faba5d4a57a0f9689173e18095eea421f0
parent6bbdee1435531ba90ed5b9ef0f083bd7598d847b
staging: comedi: addi_eeprom: make the 93c76 eeprom functions static

The functions used to read the 93c76 eeprom are only used in this file.
Move them to remove the need for the forward declarations.

Also, remove some of the more obvious comments and fix a couple coding
style issues while moving the functions.

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