* [PATCH] [ARM] Add missing EXPORT_SYMBOL in ixp2000 core
@ 2005-10-11 20:01 Deepak Saxena
0 siblings, 0 replies; only message in thread
From: Deepak Saxena @ 2005-10-11 20:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
IXP2000 I2C driver cannot be used as a loadable module w/o this symbol
exported.
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
diff --git a/arch/arm/mach-ixp2000/core.c b/arch/arm/mach-ixp2000/core.c
--- a/arch/arm/mach-ixp2000/core.c
+++ b/arch/arm/mach-ixp2000/core.c
@@ -303,6 +303,7 @@ void gpio_line_config(int line, int dire
}
local_irq_restore(flags);
}
+EXPORT_SYMBOL_GPL(gpio_line_config);
/*************************************************************************
--
Deepak Saxena - dsaxena@plexity.net - http://www.plexity.net
Even a stopped clock gives the right time twice a day.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-11 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-11 20:01 [PATCH] [ARM] Add missing EXPORT_SYMBOL in ixp2000 core Deepak Saxena
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox