diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2011-10-11 04:49:39 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 08:09:20 -0400 |
commit | 9b626ddd7f87f9443e9b6dfac54b5e8f52fb8f52 (patch) | |
tree | 58900b54bff58790133946603b932dc88545d2ec /drivers/mfd | |
parent | 0e9049ecc251e721e6ddc4cda7f33062b2e338c7 (diff) |
mfd: Remove support for early drop ab8500 chip
This patch removes the early drop version of ab8500 which have
the really bad version nr 0x0. This chip should not be found in
the wild and only exist as ST-Ericsson scrap equipment.
Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Reviewed-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/ab8500-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 14ee1896691e..41da9735a960 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -844,7 +844,6 @@ int __devinit ab8500_init(struct ab8500 *ab8500) | |||
844 | return ret; | 844 | return ret; |
845 | 845 | ||
846 | switch (value) { | 846 | switch (value) { |
847 | case AB8500_CUTEARLY: | ||
848 | case AB8500_CUT1P0: | 847 | case AB8500_CUT1P0: |
849 | case AB8500_CUT1P1: | 848 | case AB8500_CUT1P1: |
850 | case AB8500_CUT2P0: | 849 | case AB8500_CUT2P0: |