Skip to content

Commit

Permalink
[ARM] 3415/1: Akita: Add missing EXPORT_SYMBOL
Browse files Browse the repository at this point in the history
Patch from Richard Purdie

Add an EXPORT_SYMBOL for the Akita IO Expander Device.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Richard Purdie authored and Russell King committed Mar 26, 2006
1 parent c9b4470 commit bd8f103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-pxa/spitz.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ struct platform_device akitaioexp_device = {
.id = -1,
};

EXPORT_SYMBOL_GPL(akitaioexp_device);

static void __init akita_init(void)
{
spitz_ficp_platform_data.transceiver_mode = akita_irda_transceiver_mode;
Expand Down

0 comments on commit bd8f103

Please sign in to comment.