Skip to content

Commit

Permalink
[MIPS] Alchemy: export get_au1x00_speed for modules
Browse files Browse the repository at this point in the history
au1xmmc.c driver depends on it, so export it for modules.

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Jun 5, 2008
1 parent 53c8ba9 commit b1fb05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/au1000/common/clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ unsigned int get_au1x00_speed(void)
{
return au1x00_clock;
}
EXPORT_SYMBOL(get_au1x00_speed);

/*
* The UART baud base is not known at compile time ... if
Expand Down

0 comments on commit b1fb05c

Please sign in to comment.