summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clockdomains_common_data.c
diff options
context:
space:
mode:
authorPaul Walmsley2012-06-19 23:01:02 +0200
committerPaul Walmsley2012-06-19 23:01:02 +0200
commit868c157df9721675c19729eed2c96bac6c3f1d01 (patch)
treee5483f335c18967895014d8a61ebfe6eb4801eb3 /arch/arm/mach-omap2/clockdomains_common_data.c
parentLinux 3.5-rc3 (diff)
downloadkernel-qcow2-linux-868c157df9721675c19729eed2c96bac6c3f1d01.tar.gz
kernel-qcow2-linux-868c157df9721675c19729eed2c96bac6c3f1d01.tar.xz
kernel-qcow2-linux-868c157df9721675c19729eed2c96bac6c3f1d01.zip
ARM: OMAP2+: hwmod: remove prm_clkdm, cm_clkdm; allow hwmods to have no clockdomain
Remove prm_clkdm and cm_clkdm and allow hwmods to have no clockdomain. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Benoît Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clockdomains_common_data.c')
-rw-r--r--arch/arm/mach-omap2/clockdomains_common_data.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-omap2/clockdomains_common_data.c b/arch/arm/mach-omap2/clockdomains_common_data.c
deleted file mode 100644
index 615b1f04967d..000000000000
--- a/arch/arm/mach-omap2/clockdomains_common_data.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * OMAP2+-common clockdomain data
- *
- * Copyright (C) 2008-2012 Texas Instruments, Inc.
- * Copyright (C) 2008-2010 Nokia Corporation
- *
- * Paul Walmsley, Jouni Högander
- */
-
-#include <linux/kernel.h>
-#include <linux/io.h>
-
-#include "clockdomain.h"
-
-/* These are implicit clockdomains - they are never defined as such in TRM */
-struct clockdomain prm_common_clkdm = {
- .name = "prm_clkdm",
- .pwrdm = { .name = "wkup_pwrdm" },
-};
-
-struct clockdomain cm_common_clkdm = {
- .name = "cm_clkdm",
- .pwrdm = { .name = "core_pwrdm" },
-};