]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/comedi/drivers/usbdux.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[mv-sheeva.git] / drivers / staging / comedi / drivers / usbdux.c
index 9a1b559c4b0d2b29ed06f52322951266f881c330..8942ae45708db6025a33a245bb45f580598cfa4d 100644 (file)
@@ -95,7 +95,6 @@ sampling rate. If you sample two channels you get 4kHz and so on.
 #include <linux/slab.h>
 #include <linux/input.h>
 #include <linux/usb.h>
-#include <linux/smp_lock.h>
 #include <linux/fcntl.h>
 #include <linux/compiler.h>
 #include <linux/firmware.h>
@@ -289,7 +288,7 @@ struct usbduxsub {
        /* continous aquisition */
        short int ai_continous;
        short int ao_continous;
-       /* number of samples to aquire */
+       /* number of samples to acquire */
        int ai_sample_count;
        int ao_sample_count;
        /* time between samples in units of the timer */
@@ -2833,7 +2832,7 @@ static struct comedi_driver driver_usbdux = {
 };
 
 /* Table with the USB-devices: just now only testing IDs */
-static struct usb_device_id usbduxsub_table[] = {
+static const struct usb_device_id usbduxsub_table[] = {
        {USB_DEVICE(0x13d8, 0x0001)},
        {USB_DEVICE(0x13d8, 0x0002)},
        {}                      /* Terminating entry */