Arnd Bergmann
8855e49b64
USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit
...
The __devinit section is going away soon, but while it's
still there, we get a correct warning about
ehci_orion_conf_mbus_windows being discarded before
its caller, so it should be marked __devinit rather than
__init.
Without this patch, building dove_defconfig results in:
WARNING: drivers/usb/host/built-in.o(.devinit.text+0x8a4): Section mismatch in reference from the function ehci_orion_drv_probe() to the function .init.text:ehci_orion_conf_mbus_windows()
The function __devinit ehci_orion_drv_probe() references
a function __init ehci_orion_conf_mbus_windows().
If ehci_orion_conf_mbus_windows is only used by ehci_orion_drv_probe then
annotate ehci_orion_conf_mbus_windows with a matching annotation.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
2012-10-09 21:56:31 +02:00
..
2011-12-12 15:19:53 -08:00
2011-12-07 22:02:05 +00:00
2012-04-23 13:22:00 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-07-16 16:50:14 -07:00
2012-07-16 17:11:12 -07:00
2012-04-18 13:46:42 -07:00
2012-07-09 13:35:05 -07:00
2012-07-26 10:23:47 -07:00
2012-07-16 16:56:48 -07:00
2012-07-09 13:35:05 -07:00
2012-01-24 15:28:02 -08:00
2012-07-16 16:54:25 -07:00
2012-07-09 08:54:18 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-08-10 11:49:12 -07:00
2012-10-09 21:56:31 +02:00
2012-07-16 16:53:16 -07:00
2012-07-09 08:54:18 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-09-10 16:01:37 -07:00
2012-07-17 10:48:29 -07:00
2012-07-16 16:56:47 -07:00
2012-08-10 11:57:37 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-08-10 11:57:37 -07:00
2012-07-18 16:40:29 -04:00
2012-07-16 16:56:47 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-07-09 13:35:05 -07:00
2012-07-16 17:13:39 -07:00
2012-07-16 16:56:48 -07:00
2012-06-26 19:42:11 -07:00
2012-06-26 19:42:11 -07:00
2012-06-26 19:42:11 -07:00
2012-06-26 19:42:11 -07:00
2012-06-26 19:42:11 -07:00
2012-06-26 19:42:11 -07:00
2012-04-18 13:46:42 -07:00
2012-01-09 12:09:47 -08:00
2012-02-13 14:32:34 -08:00
2012-06-12 13:31:03 +03:00
2012-03-28 18:30:03 +01:00
2012-08-10 11:49:13 -07:00
2012-04-18 13:51:19 -07:00
2012-04-18 13:50:44 -07:00
2012-07-26 10:23:47 -07:00
2012-04-18 13:43:30 -07:00
2012-09-27 09:16:38 -07:00
2012-05-01 18:36:09 -04:00
2012-04-27 11:24:40 -07:00
2012-05-08 09:26:10 -07:00
2012-05-01 21:33:37 -07:00
2012-05-01 21:33:38 -07:00
2012-07-16 17:16:17 -07:00
2012-07-18 16:40:29 -04:00
2012-06-13 17:26:11 -07:00
2012-06-20 16:20:24 -07:00
2011-12-16 04:29:57 -07:00
2012-08-08 21:13:01 +02:00
2012-01-24 14:15:37 -08:00
2012-04-18 13:57:26 -07:00
2012-05-01 18:36:09 -04:00
2012-04-27 11:24:42 -07:00
2012-04-27 11:24:42 -07:00
2012-04-27 11:24:43 -07:00
2012-05-01 18:36:09 -04:00
2011-11-18 10:51:00 -08:00
2012-04-27 11:24:43 -07:00
2012-05-01 21:33:39 -07:00
2012-04-27 11:24:44 -07:00
2011-11-18 10:51:00 -08:00
2012-04-18 14:33:43 -07:00
2012-07-18 16:40:29 -04:00
2012-04-27 11:24:44 -07:00
2012-04-27 11:24:45 -07:00
2012-06-13 12:38:36 -07:00
2012-05-01 21:33:43 -07:00
2012-09-05 12:07:17 -07:00
2012-09-05 12:26:11 -07:00
2012-07-30 17:25:12 -07:00
2012-07-30 17:25:12 -07:00
2012-03-28 18:30:03 +01:00
2012-04-23 13:22:00 -07:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2012-04-09 15:43:21 -07:00
2011-12-09 16:18:19 -08:00
2012-04-10 15:21:52 -07:00
2012-04-11 08:31:06 -07:00
2012-09-05 12:07:18 -07:00
2012-06-13 16:37:30 -07:00
2012-08-09 12:43:28 -07:00
2012-09-05 12:07:19 -07:00
2012-08-08 12:17:38 -07:00
2012-09-05 12:07:18 -07:00
2012-09-05 12:07:18 -07:00