1
0
Files
linux/drivers
David S. Miller fb445ee5f9 [SERIAL]: Fix section mismatches in Sun serial console drivers.
We're exporting an __init function, oops :-)

The core issue here is that add_preferred_console() is marked
as __init, this makes it impossible to invoke this thing from
a driver probe routine which is what the Sparc serial drivers
need to do.

There is no harm in dropping the __init marker.  This code will
actually work properly when invoked from a modular driver,
except that init will probably not pick up the console change
without some other support code.

Then we can drop the __init from sunserial_console_match()
and we're no longer exporting an __init function to modules.

Signed-off-by: David S. Miller <davem@davemloft.net>
2007-12-29 01:19:49 -08:00
..
2007-12-19 14:29:01 -08:00
2007-12-20 14:05:37 -08:00
2007-12-12 13:45:25 +01:00
2007-12-24 15:23:44 +01:00
2007-12-07 09:06:53 +00:00
2007-12-20 17:32:13 +00:00
2007-12-12 20:01:00 +01:00
2007-12-26 19:36:35 -08:00
2007-12-23 12:54:37 -08:00
2007-12-17 19:28:15 -08:00
2007-12-10 19:43:55 -08:00
2007-12-19 14:27:30 -08:00