]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/clock.c
ARM: OMAP2: New DPLL clock framework
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / clock.c
index 005bd1e3cb6ab1ae6a502d38421dd45b3f11b423..1bd878145e30a3a487f23a36c7ebdd046cc5dec5 100644 (file)
@@ -496,7 +496,7 @@ static struct file_operations proc_omap_ck_operations = {
 
 int __init omap_ck_init(void)
 {
-    struct proc_dir_entry *entry;
+       struct proc_dir_entry *entry;
 
        entry = create_proc_entry("omap_clocks", 0, NULL);
        if (entry)
@@ -506,4 +506,3 @@ int __init omap_ck_init(void)
 }
 __initcall(omap_ck_init);
 #endif
-