Alexander Graf <agraf@suse.de> writes:
On 28.10.14 09:54, Andreas Schwab wrote:
Alexander Graf <agraf@suse.de> writes:
++ buf = kasprintf(GFP_KERNEL, "amd-xgbe-%s", pdata->netdev->name);
You'll probably need to rename that. You'll probably also need to rename all public functions to avoid conflicts.
As long as it gets built as a module public functions don't hurt. The above can also never conflict, as there's either A0 or B0 silicon in a SoC - never both at the same time.
You can still load both modules, causing two modules providing the same symbols. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org