From a123b8da49919529aeee8f955f75f8af8bf1dd41 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 15 Sep 2005 15:19:04 +0300 Subject: [PATCH] ARM: OMAP: Fixed compile for omap1 Fixed compile for omap1 --- arch/arm/plat-omap/devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index 06b801cd71d..a80c415e709 100644 --- a/arch/arm/plat-omap/devices.c +++ b/arch/arm/plat-omap/devices.c @@ -26,7 +26,7 @@ #include -static void omap_nop_release(struct device *dev) +void omap_nop_release(struct device *dev) { /* Nothing */ } -- 2.41.1