summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-04 14:20:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-04 14:20:32 +0200
commit8f2c6a3d2b513e64f680e7e9a70d1e068b71110a (patch)
tree2cd7facc579bfe2c268567a35e8322f178b692dc /arch/arm/include
parent4856aee6a85e50ce73a9d8a2b827766454faf033 (diff)
parenta17aee8d86956f0e6071489f37d45a8f264dabdb (diff)
downloadbarebox-8f2c6a3d2b513e64f680e7e9a70d1e068b71110a.tar.gz
barebox-8f2c6a3d2b513e64f680e7e9a70d1e068b71110a.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/clkdev.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/include/asm/clkdev.h b/arch/arm/include/asm/clkdev.h
deleted file mode 100644
index ad33945880..0000000000
--- a/arch/arm/include/asm/clkdev.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * arch/arm/include/asm/clkdev.h
- *
- * Copyright (C) 2008 Russell King.
- *
- * 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.
- *
- * Helper for the clk API to assist looking up a struct clk.
- */
-#ifndef __ASM_CLKDEV_H
-#define __ASM_CLKDEV_H
-
-#include <mach/clkdev.h>
-
-#endif