]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/arm/mach-s3c2410/s3c2410-clock.c
fix file specification in comments
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-s3c2410 / s3c2410-clock.c
index fd17c60e11324d03094d9e1599bbdbf4a2cddfc2..00abe199a08eca05ac62644f85a49666e0fbd0ee 100644 (file)
@@ -1,4 +1,4 @@
-/* linux/arch/arm/mach-s3c2410/clock.c
+/* linux/arch/arm/mach-s3c2410/s3c2410-clock.c
  *
  * Copyright (c) 2006 Simtec Electronics
  *     Ben Dooks <ben@simtec.co.uk>
@@ -182,7 +182,15 @@ static struct clk init_clocks[] = {
                .id             = -1,
                .parent         = &clk_p,
                .ctrlbit        = 0,
-       }
+       }, {
+               .name           = "usb-bus-host",
+               .id             = -1,
+               .parent         = &clk_usb_bus,
+       }, {
+               .name           = "usb-bus-gadget",
+               .id             = -1,
+               .parent         = &clk_usb_bus,
+       },
 };
 
 /* s3c2410_baseclk_add()