summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Poynor <tpoynor@mvista.com>2006-03-25 18:15:24 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-03-25 18:15:24 +0000
commit686f8c5d77149f78ff6090dde774b2e43a7319b2 (patch)
treeae9162452f8f317875e710084ca7616f2e7dfdc1
parent9c42954dfd50d02963cd453fb84bfef3967af2f0 (diff)
include/linux/clk.h is betraying its ARM origins
include/linux/clk.h is betraying its ARM origins. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--include/linux/clk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index 12848f81bb37..5ca8c6fddb56 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -8,8 +8,8 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-#ifndef ASMARM_CLOCK_H
-#define ASMARM_CLOCK_H
+#ifndef __LINUX_CLK_H
+#define __LINUX_CLK_H
struct device;