From: Josip Rodin <joy@xxxxxxxxxxxxxx> Date: Fri, 12 Sep 2008 01:15:43 +0200 > Oh, it's definitely a build issue, after I wiped out the modules directory > and re-ran modules_install, depmod warned about the same issue. > > So I did a make clean and rebuilt, rebooted, and it still has the same > problem :/ Strange. Maybe make clean isn't powerful enough? Perhaps try "make mrproper". It could be that some module signature file is not being rebuilt. The thing you're seeing can happen if the module symbols are being versioned, 8250.c does exports using versions but 8250_pci.c is referencing those symbols without versions, or vice versa. > Could it be that the sunsu driver is somehow disturbing 8250? I doubt it. The sunsu driver does not export nor reference symbols with those names. > (Should we Cc: this to some other mailing list?) Right now we're not sure if sparc64 or a corrupted build is to blame or not, so not yet :) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html