Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[cascardo/linux.git] / include / linux / maple.h
index f82c17b..d31e36e 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,