Ralf Baechle
95c408a95f
3c59x: Fix several modpost warnings
...
WARNING: drivers/net/3c59x.o - Section mismatch: reference to .init.text: from .text between 'vortex_eisa_probe' (at offset 0x4580) and 'vortex_eisa_remove'
WARNING: drivers/net/3c59x.o - Section mismatch: reference to .init.text: from .text between 'vortex_eisa_probe' (at offset 0x4584) and 'vortex_eisa_remove'
WARNING: drivers/net/3c59x.o - Section mismatch: reference to .init.text: from .text between 'vortex_eisa_probe' (at offset 0x4588) and 'vortex_eisa_remove'
WARNING: drivers/net/3c59x.o - Section mismatch: reference to .init.text: from .text between 'vortex_eisa_probe' (at offset 0x458c) and 'vortex_eisa_remove'
Fixed by:
o move definition of vortex_eisa_driver below the functions it references.
o remove now unnecessary prototypes for vortex_eisa_probe and
vortex_eisa_remove.
o Make vortex_eisa_probe an __init function.
o Make vortex_eisa_remove a __devexit function.
o Wrap vortex_eisa_driver reference to vortex_eisa_remove with
__devexit_p().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/net/3c59x.c | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-03-09 11:57:09 -05:00
..
2006-12-13 09:05:58 -08:00
2007-02-17 15:30:48 -05:00
2007-02-14 08:09:54 -08:00
2007-03-02 20:44:51 -08:00
2007-03-06 06:08:11 -05:00
2007-03-02 20:44:51 -08:00
2007-02-14 08:09:54 -08:00
2007-03-02 20:44:51 -08:00
2007-03-02 20:44:51 -08:00
2007-03-02 20:44:51 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2007-02-20 11:18:13 -05:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2007-03-02 20:44:51 -08:00
2006-10-05 15:10:12 +01:00
2007-03-09 11:51:32 -05:00
2007-03-09 11:47:19 -05:00
2007-02-17 15:16:08 -05:00
2007-02-17 15:16:08 -05:00
2007-02-17 15:37:14 -05:00
2007-02-27 04:30:42 -05:00
2006-12-07 04:57:19 -05:00
2007-03-06 06:10:02 -05:00
2007-03-09 11:51:44 -05:00
2007-03-02 19:40:24 -05:00
2007-03-09 11:57:09 -05:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2007-02-09 09:14:07 -08:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-10-06 14:56:04 -04:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2007-02-14 08:09:54 -08:00
2006-09-13 13:24:59 -04:00
2007-03-02 20:44:51 -08:00
2007-02-20 11:18:12 -05:00
2006-12-02 00:11:56 -05:00
2006-12-02 00:11:56 -05:00
2007-01-30 09:36:01 -05:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2007-02-09 09:14:07 -08:00
2006-09-13 13:24:59 -04:00
2007-03-02 20:44:51 -08:00
2006-10-05 15:10:12 +01:00
2007-03-02 20:44:51 -08:00
2006-12-02 00:22:30 -05:00
2006-12-09 09:41:18 -08:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-10-06 14:56:04 -04:00
2007-02-14 08:09:54 -08:00
2006-09-13 13:24:59 -04:00
2007-02-17 15:37:14 -05:00
2007-02-06 19:03:56 -05:00
2007-02-05 16:58:47 -05:00
2006-09-13 13:24:59 -04:00
2006-12-02 21:24:31 -08:00
2006-12-02 21:24:22 -08:00
2007-03-02 20:44:51 -08:00
2007-02-02 00:46:35 -08:00
2006-12-13 09:05:58 -08:00
2006-12-05 14:37:56 +00:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2007-02-27 04:30:42 -05:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2007-02-07 18:49:11 -05:00
2007-02-09 16:23:17 +00:00
2007-02-09 16:23:17 +00:00
2006-12-02 00:11:55 -05:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-10-06 14:56:04 -04:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-10-08 12:32:36 -07:00
2006-09-13 13:24:59 -04:00
2007-02-02 08:34:10 -05:00
2007-02-09 09:14:07 -08:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2007-02-17 19:56:23 +01:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2007-02-09 09:14:07 -08:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-06-25 17:43:33 -07:00
2007-02-27 04:16:02 -05:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2006-09-13 13:24:59 -04:00
2007-02-17 15:11:43 -05:00
2007-03-05 13:29:55 -08:00
2006-12-02 00:33:11 -05:00
2006-10-05 15:10:12 +01:00
2007-02-06 19:10:33 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-12-04 16:07:19 -05:00
2006-12-09 09:41:18 -08:00
2006-12-02 00:11:56 -05:00
2006-10-05 15:10:12 +01:00
2006-05-24 01:31:14 -04:00
2007-02-12 09:48:45 -08:00
2006-12-04 20:38:06 +11:00
2007-01-30 14:11:12 -08:00
2007-02-17 15:37:14 -05:00
2006-10-05 15:10:12 +01:00
2007-02-07 10:37:11 -08:00
2006-09-13 13:24:59 -04:00
2007-02-27 04:16:03 -05:00
2006-12-04 16:07:19 -05:00
2006-12-08 00:34:42 -05:00
2006-12-02 00:11:56 -05:00
2006-12-04 16:07:19 -05:00
2007-01-03 18:38:10 -08:00
2006-12-13 09:05:58 -08:00
2006-10-05 15:10:12 +01:00
2006-12-02 00:11:56 -05:00
2007-02-17 15:30:48 -05:00
2007-02-07 18:50:53 -05:00
2007-02-05 16:58:47 -05:00
2007-02-05 16:58:47 -05:00
2007-02-09 08:28:48 -08:00
2007-02-08 10:42:37 -05:00
2007-02-17 15:30:47 -05:00
2006-09-13 13:24:59 -04:00
2007-02-14 08:09:54 -08:00
2007-03-09 11:51:32 -05:00
2007-03-02 20:16:10 -05:00
2006-12-04 16:07:19 -05:00
2006-10-17 19:28:51 -07:00
2006-12-02 21:22:59 -08:00
2006-06-23 23:16:09 -07:00
2007-03-06 06:10:01 -05:00
2006-12-04 16:07:19 -05:00
2006-09-13 14:30:00 -04:00
2006-12-04 02:00:34 -05:00
2006-12-02 00:11:56 -05:00
2006-12-04 16:07:19 -05:00
2006-12-02 21:22:37 -08:00
2006-10-05 15:10:12 +01:00
2007-02-27 04:30:42 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2007-03-02 20:44:51 -08:00
2007-02-05 16:58:52 -05:00
2007-02-05 16:58:52 -05:00
2006-10-05 15:10:12 +01:00
2007-03-06 06:14:54 -05:00
2006-11-22 14:57:56 +00:00
2006-09-13 13:24:59 -04:00
2006-12-13 09:05:58 -08:00
2007-02-12 09:48:45 -08:00
2006-12-13 09:05:58 -08:00
2006-09-13 13:24:59 -04:00
2007-03-05 13:25:28 -08:00
2007-03-02 20:16:10 -05:00
2007-02-27 04:21:45 -05:00
2007-03-09 11:51:32 -05:00
2006-09-13 14:30:00 -04:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2007-02-27 04:27:11 -05:00
2007-03-02 20:44:51 -08:00
2007-02-27 04:27:11 -05:00
2006-10-06 14:56:04 -04:00
2006-09-13 13:24:59 -04:00
2006-10-06 14:56:04 -04:00
2006-10-21 14:20:01 -04:00
2007-02-14 08:09:55 -08:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2007-02-27 04:21:25 -05:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2007-02-20 11:18:12 -05:00
2007-03-06 06:14:54 -05:00
2006-09-13 13:24:59 -04:00
2007-02-27 04:16:04 -05:00
2007-02-27 04:16:04 -05:00
2007-03-09 11:51:32 -05:00
2007-02-17 15:30:47 -05:00
2006-09-13 13:24:59 -04:00
2007-02-08 12:38:55 -08:00
2006-09-13 13:24:59 -04:00
2007-02-07 10:37:11 -08:00
2006-12-11 09:54:50 -05:00
2007-02-07 10:37:11 -08:00
2006-04-20 17:39:14 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2007-02-09 09:14:07 -08:00
2007-02-09 09:14:07 -08:00
2007-02-09 09:14:07 -08:00
2006-10-06 14:56:04 -04:00
2006-10-05 15:10:12 +01:00
2007-02-05 16:58:46 -05:00
2007-02-05 16:58:43 -05:00
2007-02-27 04:16:03 -05:00
2007-02-27 04:16:03 -05:00
2007-03-02 20:44:51 -08:00
2006-09-27 15:41:24 +09:00
2007-02-27 04:30:42 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-10-17 19:28:51 -07:00
2006-06-23 23:16:02 -07:00
2006-12-02 00:16:36 -05:00
2007-02-27 04:16:02 -05:00
2007-02-27 04:16:02 -05:00
2007-01-03 18:54:43 -08:00
2006-09-13 13:24:59 -04:00
2006-12-04 10:37:06 -08:00
2006-06-30 19:25:36 +02:00
2006-10-06 14:56:04 -04:00
2006-10-06 14:56:04 -04:00
2007-03-02 19:55:07 -05:00
2007-03-02 20:44:51 -08:00
2007-02-26 11:42:47 -08:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2007-02-14 08:09:54 -08:00
2006-12-02 00:12:03 -05:00
2007-02-12 09:48:45 -08:00
2006-09-13 13:24:59 -04:00
2007-03-02 20:44:51 -08:00
2006-09-13 13:24:59 -04:00
2007-02-14 08:09:54 -08:00
2006-10-21 14:09:51 -04:00
2007-03-06 06:10:02 -05:00
2006-10-21 14:09:51 -04:00
2007-03-09 11:47:19 -05:00
2006-12-26 16:28:20 -05:00
2006-09-13 13:24:59 -04:00
2007-02-09 09:14:07 -08:00
2006-10-06 14:56:04 -04:00
2006-10-06 14:56:04 -04:00
2006-12-02 00:11:56 -05:00