diff options
Diffstat (limited to 'drivers/macintosh')
| -rw-r--r-- | drivers/macintosh/adb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/macintosh/adb.c b/drivers/macintosh/adb.c index 9e9c56758a08..226179b975a0 100644 --- a/drivers/macintosh/adb.c +++ b/drivers/macintosh/adb.c | |||
| @@ -411,6 +411,7 @@ adb_poll(void) | |||
| 411 | return; | 411 | return; |
| 412 | adb_controller->poll(); | 412 | adb_controller->poll(); |
| 413 | } | 413 | } |
| 414 | EXPORT_SYMBOL(adb_poll); | ||
| 414 | 415 | ||
| 415 | static void adb_sync_req_done(struct adb_request *req) | 416 | static void adb_sync_req_done(struct adb_request *req) |
| 416 | { | 417 | { |
| @@ -460,6 +461,7 @@ adb_request(struct adb_request *req, void (*done)(struct adb_request *), | |||
| 460 | 461 | ||
| 461 | return rc; | 462 | return rc; |
| 462 | } | 463 | } |
| 464 | EXPORT_SYMBOL(adb_request); | ||
| 463 | 465 | ||
| 464 | /* Ultimately this should return the number of devices with | 466 | /* Ultimately this should return the number of devices with |
| 465 | the given default id. | 467 | the given default id. |
| @@ -495,6 +497,7 @@ adb_register(int default_id, int handler_id, struct adb_ids *ids, | |||
| 495 | mutex_unlock(&adb_handler_mutex); | 497 | mutex_unlock(&adb_handler_mutex); |
| 496 | return ids->nids; | 498 | return ids->nids; |
| 497 | } | 499 | } |
| 500 | EXPORT_SYMBOL(adb_register); | ||
| 498 | 501 | ||
| 499 | int | 502 | int |
| 500 | adb_unregister(int index) | 503 | adb_unregister(int index) |
| @@ -516,6 +519,7 @@ adb_unregister(int index) | |||
| 516 | mutex_unlock(&adb_handler_mutex); | 519 | mutex_unlock(&adb_handler_mutex); |
| 517 | return ret; | 520 | return ret; |
| 518 | } | 521 | } |
| 522 | EXPORT_SYMBOL(adb_unregister); | ||
| 519 | 523 | ||
| 520 | void | 524 | void |
| 521 | adb_input(unsigned char *buf, int nb, int autopoll) | 525 | adb_input(unsigned char *buf, int nb, int autopoll) |
| @@ -582,6 +586,7 @@ adb_try_handler_change(int address, int new_id) | |||
| 582 | mutex_unlock(&adb_handler_mutex); | 586 | mutex_unlock(&adb_handler_mutex); |
| 583 | return ret; | 587 | return ret; |
| 584 | } | 588 | } |
| 589 | EXPORT_SYMBOL(adb_try_handler_change); | ||
| 585 | 590 | ||
| 586 | int | 591 | int |
| 587 | adb_get_infos(int address, int *original_address, int *handler_id) | 592 | adb_get_infos(int address, int *original_address, int *handler_id) |
