summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik/clock.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-01-11 13:52:34 +0100
committerLinus Walleij <linus.walleij@linaro.org>2012-06-10 18:41:40 +0200
commit4a31bd28e86ac50eb620f6b5b36464c45b5fa38f (patch)
treedffb284d13110554c77403b306979a50187c9905 /arch/arm/mach-nomadik/clock.h
parentb5111d9ed4cba9a29ee454db162c4a88c6b944bf (diff)
downloadlinux-stable-4a31bd28e86ac50eb620f6b5b36464c45b5fa38f.tar.gz
linux-stable-4a31bd28e86ac50eb620f6b5b36464c45b5fa38f.tar.bz2
linux-stable-4a31bd28e86ac50eb620f6b5b36464c45b5fa38f.zip
ARM: nomadik: convert to generic clock
Remove more custom stuff by simply converting the Nomadik machine to use generic clocks and move the driver to drivers/clk. Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Mike Turquette <mturquette@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-nomadik/clock.h')
-rw-r--r--arch/arm/mach-nomadik/clock.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-nomadik/clock.h b/arch/arm/mach-nomadik/clock.h
deleted file mode 100644
index 78da2e7c3985..000000000000
--- a/arch/arm/mach-nomadik/clock.h
+++ /dev/null
@@ -1,15 +0,0 @@
-
-/*
- * linux/arch/arm/mach-nomadik/clock.h
- *
- * Copyright (C) 2009 Alessandro Rubini
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-struct clk {
- unsigned long rate;
-};
-
-int __init clk_init(void);