X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fmaple.h;h=d31e36ebb436fd25ec087ac135b5fdbef68ff815;hb=36c7343b4ecac2432430f5393314f1bdc2c219a5;hp=f82c17b77158626ee254ba43d0cad343f8a1aa0b;hpb=b9482378916abb9a1e0a2334187cdc67f2deda2c;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/maple.h b/include/linux/maple.h index f82c17b7715..d31e36ebb43 100644 --- a/include/linux/maple.h +++ b/include/linux/maple.h @@ -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,