Got rid of useless include of mite.h.
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 26 Apr 2007 15:05:09 +0000 (15:05 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 26 Apr 2007 15:05:09 +0000 (15:05 +0000)
comedi/drivers/ni_labpc_cs.c

index 69ca7e6c338c5e0d17b8cc4547c397fec2d72c5c..742c02801741512f22a4d18a674b04fb36dc36ad 100644 (file)
@@ -68,7 +68,6 @@ NI manuals:
 
 #include "8253.h"
 #include "8255.h"
-#include "mite.h"
 #include "comedi_fc.h"
 #include "ni_labpc.h"
 
@@ -647,7 +646,7 @@ struct pcmcia_driver labpc_cs_driver =
        .owner = THIS_MODULE,
        .drv = {
                .name = dev_info,
-       },      
+       },
 };
 
 static int __init init_labpc_cs(void)