]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/serial/keyspan.h
[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver
[linux-2.6-omap-h63xx.git] / drivers / usb / serial / keyspan.h
index e9b45b768aca3a6d35205a35cb8b69b44fd619ca..97e7d9e53e399a687d85277aada3c0601d0f8940 100644 (file)
@@ -570,7 +570,7 @@ static struct usb_device_id keyspan_4port_ids[] = {
 };
 
 /* Structs for the devices, pre and post renumeration. */
-static struct usb_serial_device_type keyspan_pre_device = {
+static struct usb_serial_driver keyspan_pre_device = {
        .owner                  = THIS_MODULE,
        .name                   = "Keyspan - (without firmware)",
        .short_name             = "keyspan_no_firm",
@@ -582,7 +582,7 @@ static struct usb_serial_device_type keyspan_pre_device = {
        .attach                 = keyspan_fake_startup,
 };
 
-static struct usb_serial_device_type keyspan_1port_device = {
+static struct usb_serial_driver keyspan_1port_device = {
        .owner                  = THIS_MODULE,
        .name                   = "Keyspan 1 port adapter",
        .short_name             = "keyspan_1",
@@ -607,7 +607,7 @@ static struct usb_serial_device_type keyspan_1port_device = {
        .shutdown               = keyspan_shutdown,
 };
 
-static struct usb_serial_device_type keyspan_2port_device = {
+static struct usb_serial_driver keyspan_2port_device = {
        .owner                  = THIS_MODULE,
        .name                   = "Keyspan 2 port adapter",
        .short_name             = "keyspan_2",
@@ -632,7 +632,7 @@ static struct usb_serial_device_type keyspan_2port_device = {
        .shutdown               = keyspan_shutdown,
 };
 
-static struct usb_serial_device_type keyspan_4port_device = {
+static struct usb_serial_driver keyspan_4port_device = {
        .owner                  = THIS_MODULE,
        .name                   = "Keyspan 4 port adapter",
        .short_name             = "keyspan_4",