Re: [RFC 1/1] drivers/net: fix eisa_driver probe section mismatch

2015-12-11 Thread David Miller
From: Fabian Frederick Date: Tue, 8 Dec 2015 18:36:25 +0100 > Some eisa_driver structures use __init probe functions which generates > a warning and could crash if function is called after being deleted. I can't apply this to my networking tree because you included SCSI changes in it. -- To uns

[RFC 1/1] drivers/net: fix eisa_driver probe section mismatch

2015-12-08 Thread Fabian Frederick
Some eisa_driver structures use __init probe functions which generates a warning and could crash if function is called after being deleted. I guess we can remove __init from the 5 functions below in separate patches ? __init: hp100_eisa_probe() vortex_eisa_probe() el3_eisa_probe() sim710_eisa_prob