Lijun Pan
3c7b67f906
staging: fsl-mc: section mismatch bug fix
...
WARNING: drivers/staging/built-in.o(.init.text+0xdc): Section mismatch in reference from the function fsl_mc_bus_driver_init() to the function .exit.text:dprc_driver_exit()
The function __init fsl_mc_bus_driver_init() references
a function __exit dprc_driver_exit().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
dprc_driver_exit() so it may be used outside an exit section.
Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-27 14:40:14 +09:00
..
2015-10-14 22:48:13 +02:00
2015-09-10 13:29:01 -07:00
2015-09-03 16:55:55 -07:00
2015-09-17 21:29:07 -07:00
2015-08-14 17:27:17 -07:00
2015-10-23 17:55:10 +09:00
2015-08-18 09:08:47 +03:00
2015-10-24 07:20:57 +09:00
2015-08-28 21:09:14 +02:00
2015-10-15 17:10:15 +02:00
2015-09-26 21:05:23 -04:00
2015-10-14 11:28:17 -07:00
2015-09-29 14:33:51 +02:00
2015-10-15 22:46:33 +02:00
2015-09-11 19:11:06 -07:00
2015-09-26 21:05:23 -04:00
2015-10-02 11:05:58 +09:00
2015-10-02 14:46:15 -04:00
2015-09-11 16:21:12 -07:00
2015-09-21 15:07:19 +09:00
2015-10-01 12:51:28 +02:00
2015-09-18 08:11:42 -07:00
2015-10-22 10:24:55 +10:00
2015-09-04 12:02:11 -07:00
2015-09-10 13:29:01 -07:00
2015-09-20 22:44:51 -07:00
2015-09-20 17:50:19 -07:00
2015-08-05 13:30:15 -07:00
2015-10-18 14:11:08 +02:00
2015-09-10 14:03:44 -04:00
2015-10-27 09:13:38 +09:00
2015-10-24 07:28:05 +09:00
2015-10-16 17:39:27 -07:00
2015-10-22 06:32:48 +09:00
2015-10-04 11:40:09 +01:00
2015-09-08 14:35:59 -07:00
2015-09-17 10:02:20 +02:00
2015-09-03 16:41:38 -07:00
2015-09-05 18:11:04 -07:00
2015-10-05 05:10:01 +01:00
2015-10-23 14:02:56 -04:00
2015-10-22 15:48:28 -02:00
2015-10-12 16:23:34 -07:00
2015-08-26 07:11:45 -07:00
2015-10-01 16:31:42 +01:00
2015-10-16 12:07:43 -07:00
2015-10-21 10:18:11 +02:00
2015-10-07 09:35:15 +01:00
2015-10-18 23:07:12 -07:00
2015-09-04 10:07:45 -07:00
2015-09-07 15:27:12 -04:00
2015-09-17 11:49:28 -04:00
2015-10-04 12:09:43 +01:00
2015-09-26 06:01:33 -04:00
2015-09-15 13:18:04 -05:00
2015-07-25 12:48:05 -07:00
2015-10-16 12:40:43 +02:00
2015-09-03 16:01:03 +01:00
2015-10-15 17:11:23 +02:00
2015-09-25 17:01:14 +05:30
2015-10-02 04:06:26 -07:00
2015-09-17 21:41:02 -07:00
2015-08-10 23:07:06 -04:00
2015-09-17 12:25:42 -07:00
2015-08-29 01:46:40 +02:00
2015-09-09 10:55:32 -07:00
2015-08-13 10:12:54 +02:00
2015-10-06 12:00:42 +01:00
2015-09-01 14:48:40 +02:00
2015-09-05 19:37:31 +02:00
2015-09-18 09:28:20 -07:00
2015-10-11 10:02:30 -07:00
2015-09-21 12:02:27 -07:00
2015-09-16 15:47:51 +02:00
2015-10-07 11:43:39 +01:00
2015-09-16 15:47:51 +02:00
2015-10-27 14:40:14 +09:00
2015-09-24 23:24:46 -07:00
2015-10-21 17:02:13 +02:00
2015-09-20 15:20:11 -07:00
2015-10-17 21:24:46 -07:00
2015-08-05 13:25:59 -07:00
2015-10-17 00:04:18 -07:00
2015-07-24 15:14:04 -06:00
2015-09-18 09:28:20 -07:00
2015-10-17 22:00:39 -07:00
2015-09-08 13:32:11 +03:00
2015-10-05 10:59:34 +01:00
2015-09-01 18:46:42 -07:00
2015-09-28 10:56:10 +02:00
2015-09-10 18:19:42 -07:00
2015-09-03 16:27:01 -07:00
2015-09-04 10:22:09 -07:00