staging: comedi: addi_amcc_S5920.[ch]: remove unnecessary files
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 4 Sep 2012 22:29:28 +0000 (15:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 22:53:36 +0000 (15:53 -0700)
commitfd445899d1aa0b49bf725ab98f2f052a38823bc5
treefbd906f7aca33124ee2c9aef48047887772fea6b
parenta8b1e45f56732041c6f1b052939adc2a37f1df1e
staging: comedi: addi_amcc_S5920.[ch]: remove unnecessary files

The addi_amcc_S5920.c file only has the function i_AddiHeaderRW_ReadEeprom()
in it. The addi_amcc_S5920.h file has a prototype for this function and a
couple defines for the magic numbers used when accessing the eeprom.

The .c file is not actually built by any .config selection, or by an

The .h file is only #include'd by the hwdrv_apci3200.c file. That file
actually has a local version of the i_AddiHeaderRW_ReadEeprom() function
that is identical to the one in the .c file.

Just move the #define's from the .h file into hwdrv_apci3200.c and remove
the addi_amcc_S5920.[ch] files.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/addi_amcc_S5920.c [deleted file]
drivers/staging/comedi/drivers/addi-data/addi_amcc_S5920.h [deleted file]
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c