[PATCH] [ARM] Add missing EXPORT_SYMBOL in ixp2000 core

From: Deepak Saxena
Date: Tue Oct 11 2005 - 15:01:54 EST



IXP2000 I2C driver cannot be used as a loadable module w/o this symbol
exported.

Signed-off-by: Deepak Saxena <dsaxena@xxxxxxxxxxx>

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@xxxxxxxxxxx - http://www.plexity.net

Even a stopped clock gives the right time twice a day.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/