The individual addi-data files all define ADDIDATA_DRIVER_NAME. Remove
the #ifndef/#define for it in addi_common.c.

Remove the commented out MODULE_* stuff. The individual addi-data drivers
have this information.

Remove the, badly formatted, function comments. The functions are
obvious.

Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
 .../staging/comedi/drivers/addi-data/addi_common.c | 86 ----------------------
 1 file changed, 86 deletions(-)

diff --git a/drivers/staging/comedi/drivers/addi-data/addi_common.c 
b/drivers/staging/comedi/drivers/addi-data/addi_common.c
index c7ea4f8..6169068 100644
--- a/drivers/staging/comedi/drivers/addi-data/addi_common.c
+++ b/drivers/staging/comedi/drivers/addi-data/addi_common.c
@@ -46,38 +46,10 @@ You should also find the complete GPL in the COPYING file 
accompanying this sour
   +----------+-----------+------------------------------------------------+
 */
 
-#ifndef ADDIDATA_DRIVER_NAME
-#define ADDIDATA_DRIVER_NAME   "addi_common"
-#endif
-
-/* Update-0.7.57->0.7.68MODULE_AUTHOR("ADDI-DATA GmbH <[email protected]>"); 
*/
-/* Update-0.7.57->0.7.68MODULE_DESCRIPTION("Comedi ADDI-DATA module"); */
-/* Update-0.7.57->0.7.68MODULE_LICENSE("GPL"); */
-
 #ifndef COMEDI_SUBD_TTLIO
 #define COMEDI_SUBD_TTLIO   11 /* Digital Input Output But TTL */
 #endif
 
-/*
-+----------------------------------------------------------------------------+
-| Function name     :static int i_ADDI_Attach(struct comedi_device *dev,       
     |
-|                                                                              
struct comedi_devconfig *it)        |
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Task              :Detects the card.                                       |
-|                       Configure the driver for a particular board.           
 |
-|                       This function does all the initializations and memory  
 |
-|                       allocation of data structures for the driver.          
 |
-+----------------------------------------------------------------------------+
-| Input Parameters  :struct comedi_device *dev                                 
                                         |
-|                    struct comedi_devconfig *it                               
                                         |
-|                                                                              
                 |
-+----------------------------------------------------------------------------+
-| Return Value      :  0                                                       
             |
-|                                                                              
                                             |
-+----------------------------------------------------------------------------+
-*/
-
 static int i_ADDI_Attach(struct comedi_device *dev, struct comedi_devconfig 
*it)
 {
        const struct addi_board *this_board = comedi_board(dev);
@@ -462,24 +434,6 @@ static void i_ADDI_Detach(struct comedi_device *dev)
        }
 }
 
-/*
-+----------------------------------------------------------------------------+
-| Function name     : static int i_ADDI_Reset(struct comedi_device *dev)       
                 |
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Task              : Disables all interrupts, Resets digital output to low, |
-|                              Set all analog output to low                    
                         |
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Input Parameters  : struct comedi_device *dev                                
                                         |
-|                                                                              
                                                 |
-|                                                                              
                 |
-+----------------------------------------------------------------------------+
-| Return Value      : 0                                                        
                 |
-|                                                                              
                                             |
-+----------------------------------------------------------------------------+
-*/
-
 static int i_ADDI_Reset(struct comedi_device *dev)
 {
        const struct addi_board *this_board = comedi_board(dev);
@@ -488,25 +442,6 @@ static int i_ADDI_Reset(struct comedi_device *dev)
        return 0;
 }
 
-/* Interrupt function */
-/*
-+----------------------------------------------------------------------------+
-| Function name     :                                                        |
-|static void v_ADDI_Interrupt(int irq, void *d)                 |
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Task              : Registerd interrupt routine                              
                     |
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Input Parameters  :  int irq                                                 
                                         |
-|                                                                              
                                                 |
-|                                                                              
                 |
-+----------------------------------------------------------------------------+
-| Return Value      :                                                          
                 |
-|                                                                              
                                             |
-+----------------------------------------------------------------------------+
-*/
-
 static irqreturn_t v_ADDI_Interrupt(int irq, void *d)
 {
        struct comedi_device *dev = d;
@@ -516,27 +451,6 @@ static irqreturn_t v_ADDI_Interrupt(int irq, void *d)
        return IRQ_RETVAL(1);
 }
 
-/* EEPROM Read Function */
-/*
-+----------------------------------------------------------------------------+
-| Function name     :                                                        |
-|INT i_ADDIDATA_InsnReadEeprom(struct comedi_device *dev,struct 
comedi_subdevice *s,
-                                                       struct comedi_insn 
*insn,unsigned int *data)
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Task              : Read 256 words from EEPROM                               
             |
-|                                                                              
                                 |
-+----------------------------------------------------------------------------+
-| Input Parameters  :(struct comedi_device *dev,struct comedi_subdevice *s,
-                       struct comedi_insn *insn,unsigned int *data)            
                                 |
-|                                                                              
                                                 |
-|                                                                              
                 |
-+----------------------------------------------------------------------------+
-| Return Value      :                                                          
                 |
-|                                                                              
                                             |
-+----------------------------------------------------------------------------+
-*/
-
 static int i_ADDIDATA_InsnReadEeprom(struct comedi_device *dev, struct 
comedi_subdevice *s,
        struct comedi_insn *insn, unsigned int *data)
 {
-- 
1.7.11

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to