diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-19 18:00:01 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 09:14:37 -0400 |
commit | 4a1b08e84454f9eb46bcb1aaf307421a4df46de2 (patch) | |
tree | 14eee065a91fc1943587c4e9a6495a393ae14863 /drivers/macintosh | |
parent | 370a3abdbba85f5d7b8571850fa666e240893c79 (diff) |
powerpc: Move via-cuda symbol exports next to function definitions
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/via-cuda.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/macintosh/via-cuda.c b/drivers/macintosh/via-cuda.c index d61f271d2207..bad18130f125 100644 --- a/drivers/macintosh/via-cuda.c +++ b/drivers/macintosh/via-cuda.c | |||
@@ -379,6 +379,7 @@ cuda_request(struct adb_request *req, void (*done)(struct adb_request *), | |||
379 | req->reply_expected = 1; | 379 | req->reply_expected = 1; |
380 | return cuda_write(req); | 380 | return cuda_write(req); |
381 | } | 381 | } |
382 | EXPORT_SYMBOL(cuda_request); | ||
382 | 383 | ||
383 | static int | 384 | static int |
384 | cuda_write(struct adb_request *req) | 385 | cuda_write(struct adb_request *req) |
@@ -441,6 +442,7 @@ cuda_poll(void) | |||
441 | if (cuda_irq) | 442 | if (cuda_irq) |
442 | enable_irq(cuda_irq); | 443 | enable_irq(cuda_irq); |
443 | } | 444 | } |
445 | EXPORT_SYMBOL(cuda_poll); | ||
444 | 446 | ||
445 | static irqreturn_t | 447 | static irqreturn_t |
446 | cuda_interrupt(int irq, void *arg) | 448 | cuda_interrupt(int irq, void *arg) |