9
0
Fork 0

ARM: clps711x: Remove SYSCON3 handling

SYSCON3 register is not used in the barebox, so remove driver for
this register entirely.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-02-22 11:42:49 +04:00 committed by Sascha Hauer
parent 3472c67ae1
commit d0343211a2
1 changed files with 0 additions and 3 deletions

View File

@ -124,9 +124,6 @@ static __init int clps711x_syscon_init(void)
/* SYSCON2, SYSFLG2 */
add_generic_device("syscon", 2, NULL, SYSCON2, SZ_128,
IORESOURCE_MEM, NULL);
/* SYSCON3 */
add_generic_device("syscon", 3, NULL, SYSCON3, SZ_64,
IORESOURCE_MEM, NULL);
return 0;
}