SolidRun / linux-fslc

Linux kernel source tree
Other
12 stars 26 forks source link

Can't build Freescale FEC Ethernet Driver as Module because of missing exports in net/core/tso.c #20

Closed fira closed 8 years ago

fira commented 8 years ago

Ran into this exact problem before some head-against-wall action, and eventually running into this :

https://ko.osdn.jp/projects/uclinux-h8/scm/git/linux/commits/484611e53047b55163822bfe60424a55a31775b3

If you're wondering why i'm building FEC as Module, it's because I need to use RTnet/Xenomai and be able to switchover to the Realtime driver.

linux4kix commented 8 years ago

Thank you for the report. I will patch this.

On Fri, Oct 2, 2015 at 2:53 PM, fira notifications@github.com wrote:

Ran into this exact problem before some head-against-wall action, and eventually running into this :

https://ko.osdn.jp/projects/uclinux-h8/scm/git/linux/commits/484611e53047b55163822bfe60424a55a31775b3

If you're wondering why i'm building FEC as Module, it's because I need to use RTnet/Xenomai and be able to switchover to the Realtime driver.

— Reply to this email directly or view it on GitHub https://github.com/SolidRun/linux-fslc/issues/20.

linux4kix commented 8 years ago

The upstream fix for this has been backported into the current tree.