summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-spear
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-07-19 18:10:44 +0200
committerArnd Bergmann <arnd@arndb.de>2011-07-19 18:10:44 +0200
commitc8f85523e70f8202ff49858bacd72fa65245f382 (patch)
treed0dbb5f5662094e90ecdef0b486000368d8f6e7d /arch/arm/plat-spear
parentcc22b4c18540e5e8bf55c7d124044f9317527d3c (diff)
parentaa3831cf9d29cfeaebd8c2169378b74111364487 (diff)
downloadop-kernel-dev-c8f85523e70f8202ff49858bacd72fa65245f382.zip
op-kernel-dev-c8f85523e70f8202ff49858bacd72fa65245f382.tar.gz
Merge branch 'cross-platform/clkdev' into next/cross-platform
Diffstat (limited to 'arch/arm/plat-spear')
-rw-r--r--arch/arm/plat-spear/include/plat/clkdev.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/plat-spear/include/plat/clkdev.h b/arch/arm/plat-spear/include/plat/clkdev.h
deleted file mode 100644
index a2d0112..0000000
--- a/arch/arm/plat-spear/include/plat/clkdev.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * arch/arm/plat-spear/include/plat/clkdev.h
- *
- * Clock Dev framework definitions for SPEAr platform
- *
- * Copyright (C) 2009 ST Microelectronics
- * Viresh Kumar<viresh.kumar@st.com>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
- */
-
-#ifndef __PLAT_CLKDEV_H
-#define __PLAT_CLKDEV_H
-
-#define __clk_get(clk) ({ 1; })
-#define __clk_put(clk) do { } while (0)
-
-#endif /* __PLAT_CLKDEV_H */
OpenPOWER on IntegriCloud