ARM: S5P: Add USB External Crystal clock definition
[linux-2.6-block.git] / arch / arm / plat-s5p / clock.c
index aa96e335073b6a8829748996bc64e8f685fec2c3..3fef951445dcc8277e90fc18963f23e9faac7c89 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,