]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed compile for omap1
authorTony Lindgren <tony@atomide.com>
Thu, 15 Sep 2005 12:19:04 +0000 (15:19 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Sep 2005 12:19:04 +0000 (15:19 +0300)
Fixed compile for omap1

arch/arm/plat-omap/devices.c

index 06b801cd71d77757bb5294400abe4f4787b7168c..a80c415e7092240ab0a9a5fdaefe056a286511bf 100644 (file)
@@ -26,7 +26,7 @@
 #include <asm/arch/gpio.h>
 
 
-static void omap_nop_release(struct device *dev)
+void omap_nop_release(struct device *dev)
 {
         /* Nothing */
 }