X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fadb.h;h=63bca502fa55edf8ffd9df6e7c44f2c4c2f83e3c;hb=bb2c018b09b681d43f5e08124b83e362647ea82b;hp=64d8878e14440656125e3b0f55024781026c244f;hpb=44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3;p=pandora-kernel.git diff --git a/include/linux/adb.h b/include/linux/adb.h index 64d8878e1444..63bca502fa55 100644 --- a/include/linux/adb.h +++ b/include/linux/adb.h @@ -84,7 +84,6 @@ enum adb_message { ADB_MSG_PRE_RESET, /* Called before resetting the bus */ ADB_MSG_POST_RESET /* Called after resetting the bus (re-do init & register) */ }; -extern struct adb_driver *adb_controller; extern struct blocking_notifier_head adb_client_list; int adb_request(struct adb_request *req, void (*done)(struct adb_request *),