brcm47xx-2.6: reset the pci core at boot time (see #464)

SVN-Revision: 6868
This commit is contained in:
Felix Fietkau 2007-04-05 02:07:50 +00:00
parent 769302fc49
commit 89cb8054dc

View File

@ -383,7 +383,6 @@ void ssb_pcicore_init(struct ssb_pcicore *pc)
if (!dev) if (!dev)
return; return;
bus = dev->bus; bus = dev->bus;
if (!ssb_device_is_enabled(dev))
ssb_device_enable(dev, 0); ssb_device_enable(dev, 0);
#ifdef CONFIG_SSB_PCICORE_HOSTMODE #ifdef CONFIG_SSB_PCICORE_HOSTMODE