]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: addi_apci_2200: remove use of devpriv->s_EeParameters
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 18 Jan 2013 00:39:24 +0000 (17:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 20:49:25 +0000 (12:49 -0800)
commitdfc252583cc0dc7d164ebd84b4aba0f545e8401e
treeadbdd6b791f6454a1271f7d93e85d955e25d8a4d
parentc64f13006d04c7f0c4ecbfcaf1c02f91ecd0b207
staging: comedi: addi_apci_2200: remove use of devpriv->s_EeParameters

This driver no longer reads the eeprom to find the board specific data,
all the necessary data is in the boardinfo. Use the boardinfo directly
instead of passing it through devpriv->s_EeParameters.

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_apci_2200.c