summaryrefslogtreecommitdiff
path: root/arch/arm/plat-orion/include/plat/orion_wdt.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-03-04 15:57:31 (GMT)
committerMike Turquette <mturquette@linaro.org>2012-05-08 23:33:57 (GMT)
commit4f04be62af95119d258b8035f498100e43c8c527 (patch)
tree86778fee3006ca06791bcbf65ea437a1e13fded7 /arch/arm/plat-orion/include/plat/orion_wdt.h
parent452503ebc7cc4cce5b9e52cf2f03255365a53234 (diff)
downloadlinux-fsl-qoriq-4f04be62af95119d258b8035f498100e43c8c527.tar.xz
ARM: Orion: WDT: Add clk/clkdev support
Remove tclk from platform data. This makes the platform data structure empty, so remove it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Jamie Lentin <jm@lentin.co.uk> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/plat-orion/include/plat/orion_wdt.h')
-rw-r--r--arch/arm/plat-orion/include/plat/orion_wdt.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/plat-orion/include/plat/orion_wdt.h b/arch/arm/plat-orion/include/plat/orion_wdt.h
deleted file mode 100644
index 665c362..0000000
--- a/arch/arm/plat-orion/include/plat/orion_wdt.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * arch/arm/plat-orion/include/plat/orion_wdt.h
- *
- * 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_ORION_WDT_H
-#define __PLAT_ORION_WDT_H
-
-struct orion_wdt_platform_data {
- u32 tclk; /* no <linux/clk.h> support yet */
-};
-
-
-#endif
-