linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / mach-omap1 / serial.c
index 9b4cd69..e924e0c 100644 (file)
@@ -30,9 +30,9 @@
 #include <asm/arch/pm.h>
 #endif
 
-static struct clk * uart1_ck;
-static struct clk * uart2_ck;
-static struct clk * uart3_ck;
+static struct clk * uart1_ck = NULL;
+static struct clk * uart2_ck = NULL;
+static struct clk * uart3_ck = NULL;
 
 static inline unsigned int omap_serial_in(struct plat_serial8250_port *up,
                                          int offset)