Andrew,
bcm5700 compiled fine for me on 2.6.14.
In my source the line you mention isn't on line 2478. I had a look to see if
it was in there somewhere else and found this starting at line 2735:
#if (LINUX_VERSION_CODE <= 0x020422)
strcpy(info.bus_info, pUmDevice->pdev->slot_name);
#else
strcpy(info.bus_info, pci_name(pUmDevice->pdev));
#endif
Your bugreport shows you have 8.1.55-2, but that doesn't look like the right
source for that version. Try running a "m-a clean bcm5700" before you try to
build it to make sure the source is reextracted.
Richard.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]