diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-08-11 14:52:46 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-11 20:17:53 +0900 |
commit | 2fc91882c24908f5f785ed094cfe74214c44af8d (patch) | |
tree | 21f3ad0bcad744a9efd6cf6b03e8a9c4d52c0f26 /arch | |
parent | a66b44b103755ecad84b4817c4e3253234d2b03d (diff) | |
download | op-kernel-dev-2fc91882c24908f5f785ed094cfe74214c44af8d.zip op-kernel-dev-2fc91882c24908f5f785ed094cfe74214c44af8d.tar.gz |
sh: remove MSTPCR defines from Migo-R header file
Remove MSTPCR register definitions from Migo-R header file. The clock
frame work should be used instead of direct register access.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/include/asm/migor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/asm/migor.h b/arch/sh/include/asm/migor.h index 10016e0..c12b632 100644 --- a/arch/sh/include/asm/migor.h +++ b/arch/sh/include/asm/migor.h @@ -42,9 +42,6 @@ #define PORT_MSELCRB 0xa4050182 -#define MSTPCR1 0xa4150034 -#define MSTPCR2 0xa4150038 - #define PORT_PSELA 0xa405014e #define PORT_PSELB 0xa4050150 #define PORT_PSELC 0xa4050152 |