From 36cef3cb8b6e130367822185e28eb635eb490ecb Mon Sep 17 00:00:00 2001 From: Bengt Jonsson Date: Mon, 23 Jan 2012 17:23:34 +0100 Subject: ab8500: regulator: debug: Remove TVOUTCTRL Register is removed in AB8505. ST-Ericsson Linux next: - ST-Ericsson ID: 371953 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I26efe988f42a45863a13afaaad1f5dd909d643a7 Signed-off-by: Bengt Jonsson Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/47883 --- drivers/regulator/ab8500-debug.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/regulator/ab8500-debug.c b/drivers/regulator/ab8500-debug.c index 16dad8f06dd..0375c616027 100644 --- a/drivers/regulator/ab8500-debug.c +++ b/drivers/regulator/ab8500-debug.c @@ -120,7 +120,6 @@ enum ab8500_register_id { AB8500_OTHER_SYSCLK_CTRL, /* Other */ AB8500_OTHER_VSIM_SYSCLK_CTRL, /* Other */ AB8500_OTHER_SYSULPCLK_CTRL1, /* Other */ - AB8500_OTHER_TVOUT_CTRL, /* Other */ NUM_AB8500_REGISTER }; @@ -428,11 +427,6 @@ static struct ab8500_register .bank = 0x02, .addr = 0x0b, }, - [AB8500_OTHER_TVOUT_CTRL] = { - .name = "TVoutCtrl", - .bank = 0x06, - .addr = 0x80, - }, }; static u8 ab8500_register_state[NUM_REGULATOR_STATE][NUM_AB8500_REGISTER]; -- cgit v1.2.3