]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-sa1100/clock.c
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
[linux-2.6-omap-h63xx.git] / arch / arm / mach-sa1100 / clock.c
index fc97fe57ee6feeb473ca4e178251db5c50b32617..dbd1aaaa09a2b8f1e9887a03fdb1ebd503472f8a 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/spinlock.h>
 #include <linux/mutex.h>
 
-#include <asm/hardware.h>
+#include <asm/arch/hardware.h>
 
 /*
  * Very simple clock implementation - we only have one clock to
@@ -103,7 +103,7 @@ static void clk_gpio27_disable(void)
 }
 
 static struct clk clk_gpio27 = {
-       .name           = "GPIO27_CLK",
+       .name           = "SA1111_CLK",
        .rate           = 3686400,
        .enable         = clk_gpio27_enable,
        .disable        = clk_gpio27_disable,