]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: addi_eeprom: make v_EepromWaitBusy() static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 30 Oct 2012 00:03:05 +0000 (17:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:50:11 +0000 (10:50 -0700)
commit6bbdee1435531ba90ed5b9ef0f083bd7598d847b
treeb6f26792f3580ce44eb2d36f366394ebb1c2111b
parent0e77e35bc3c0b6cb2ab90051b1bf79a35e57713f
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 <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