|
Prev: [PATCH] Update Geode mailing list in MAINTAINERS
Next: [PATCH 2/7] Alchemy: dbdma: add api to delete custom ddma devices
From: Manuel Lauss on 7 May 2008 12:20 From e441a70bfa420f1cef86597a5ef23dfa440ba25e Mon Sep 17 00:00:00 2001 From: Manuel Lauss <mlau(a)msc-ge.com> Date: Wed, 7 May 2008 13:42:55 +0200 Subject: [PATCH] Alchemy: export get_au1x00_speed for modules au1xmmc.c driver depends on it, so export it for modules. Signed-off-by: Manuel Lauss <mano(a)roarinelk.homelinux.net> --- arch/mips/au1000/common/clocks.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/au1000/common/clocks.c b/arch/mips/au1000/common/clocks.c index 3ce6cac..6dbc87a 100644 --- a/arch/mips/au1000/common/clocks.c +++ b/arch/mips/au1000/common/clocks.c @@ -46,7 +46,7 @@ unsigned int get_au1x00_speed(void) { return au1x00_clock; } - +EXPORT_SYMBOL(get_au1x00_speed); /* -- 1.5.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |