bcma: remove fix for 4329b0 bad LPOM is detection
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 29 Jun 2012 23:44:39 +0000 (01:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Jul 2012 20:36:03 +0000 (16:36 -0400)
commit973f9763e6a33d2f122631bd58b2921b5f999cc6
treed14a4ab4cb26d8fa51f12003ede7b3724718fe40
parent4b4f5be2e49a604de11dee0ee9b3f151de061724
bcma: remove fix for 4329b0 bad LPOM is detection

There is not core id with 0x4329, but at the same place in the open
source part of the Broadcom SDK is a check for some device with the
chip id of 0x4329. The device with a chip id of 0x4329 is a full mac
device, so it will never be supported by bcma, this part is running in
the firmware of the device and not on the host CPU.
This code is wrong and will never be used, so just remove it.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_chipcommon_pmu.c