diff --git a/[refs] b/[refs] index a698c5eeb1e1..bf3689b327ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4cec1a37ba7d9dce6ed5d8259b95272100a98b1f +refs/heads/master: 306cfd630a4d121cf4e08b894d8b4c4cf106e57e diff --git a/trunk/include/linux/maple.h b/trunk/include/linux/maple.h index d31e36ebb436..523a286bb477 100644 --- a/trunk/include/linux/maple.h +++ b/trunk/include/linux/maple.h @@ -61,8 +61,6 @@ struct maple_device { struct maple_driver { unsigned long function; - int (*connect) (struct maple_device * dev); - void (*disconnect) (struct maple_device * dev); struct device_driver drv; };