]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/maple.h
tty_driver: Update required method documentation
[linux-2.6-omap-h63xx.git] / include / linux / maple.h
index f82c17b77158626ee254ba43d0cad343f8a1aa0b..d31e36ebb436fd25ec087ac135b5fdbef68ff815 100644 (file)
@@ -39,7 +39,7 @@ struct maple_devinfo {
        unsigned long function;
        unsigned long function_data[3];
        unsigned char area_code;
-       unsigned char connector_directon;
+       unsigned char connector_direction;
        char product_name[31];
        char product_licence[61];
        unsigned short standby_power;
@@ -56,7 +56,6 @@ struct maple_device {
        unsigned char port, unit;
        char product_name[32];
        char product_licence[64];
-       int registered;
        struct device dev;
 };
 
@@ -65,7 +64,6 @@ struct maple_driver {
        int (*connect) (struct maple_device * dev);
        void (*disconnect) (struct maple_device * dev);
        struct device_driver drv;
-       int registered;
 };
 
 void maple_getcond_callback(struct maple_device *dev,