ARM: S5P: Add USB External Crystal clock definition
[safe/jmp/linux-2.6] / arch / arm / plat-s5p / clock.c
index aa96e33..3fef951 100644 (file)
@@ -33,6 +33,11 @@ struct clk clk_ext_xtal_mux = {
        .id             = -1,
 };
 
+struct clk clk_xusbxti = {
+       .name           = "xusbxti",
+       .id             = -1,
+};
+
 static struct clk s5p_clk_27m = {
        .name           = "clk_27m",
        .id             = -1,