Arnd Bergmann
70b55c2ad0
usb: ehci: mark unlink_empty_async_suspended() as __maybe_unused
...
Patch 4d053fdac3 "usb: ehci: unlink_empty_async_suspended() only used
with CONFIG_PM" tried to hide the unlink_empty_async_suspended function
inside of an #ifdef to work around an unused function warning.
Unfortunately that had the effect of introducing a new warning:
drivers/usb/host/ehci-q.c:1297:13: warning: 'unlink_empty_async_suspended'
declared 'static' but never defined [-Wunused-function]
While we could add another #ifdef around the function declaration to avoid
this, a nicer solution is to mark it as __maybe_unused, which will let
gcc silently drop the function definition when it is not needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-03-28 14:49:53 -07:00
..
2012-08-15 15:17:39 -07:00
2012-11-21 13:27:17 -08:00
2013-01-22 11:41:58 -08:00
2013-03-25 13:35:05 -07:00
2013-01-11 16:01:07 -08:00
2012-09-05 16:52:08 -07:00
2013-01-22 11:41:58 -08:00
2013-03-28 11:22:15 -07:00
2013-03-20 16:21:47 -07:00
2012-07-16 16:54:25 -07:00
2012-11-21 13:27:17 -08:00
2013-03-15 11:48:09 -07:00
2013-03-15 11:45:16 -07:00
2012-10-31 12:48:07 -07:00
2013-03-15 11:54:26 -07:00
2013-03-15 11:45:16 -07:00
2013-03-28 11:10:22 -07:00
2013-03-28 11:22:15 -07:00
2012-10-31 12:48:07 -07:00
2013-01-22 11:41:58 -08:00
2012-11-21 13:27:16 -08:00
2013-03-28 14:49:53 -07:00
2013-03-18 16:10:12 -07:00
2013-03-28 11:00:55 -07:00
2013-01-22 11:41:58 -08:00
2013-03-28 11:14:47 -07:00
2013-03-28 11:14:47 -07:00
2013-01-28 11:42:11 -07:00
2012-07-18 16:40:29 -04:00
2013-03-25 13:36:32 -07:00
2012-11-21 13:27:17 -08:00
2013-01-22 11:41:58 -08:00
2013-03-25 13:36:32 -07:00
2012-06-26 19:42:11 -07:00
2012-11-21 13:27:17 -08:00
2012-06-26 19:42:11 -07:00
2012-09-05 16:55:18 -07:00
2012-06-26 19:42:11 -07:00
2012-06-26 19:42:11 -07:00
2013-01-11 16:01:06 -08:00
2012-01-09 12:09:47 -08:00
2012-02-13 14:32:34 -08:00
2013-01-11 12:01:09 -08:00
2012-09-14 11:17:21 +02:00
2012-11-21 13:27:16 -08:00
2012-11-21 13:27:17 -08:00
2013-01-30 00:17:38 -05:00
2012-11-21 13:27:17 -08:00
2013-03-15 11:51:46 -07:00
2013-03-15 11:51:45 -07:00
2012-12-12 11:45:16 -08:00
2012-09-14 11:16:54 +02:00
2012-05-01 21:33:37 -07:00
2012-11-21 13:27:16 -08:00
2013-01-25 09:09:46 -08:00
2012-10-22 11:29:12 -07:00
2013-03-28 11:10:22 -07:00
2012-11-21 13:27:17 -08:00
2013-01-22 11:41:58 -08:00
2012-11-21 13:27:16 -08:00
2013-03-15 11:51:47 -07:00
2012-12-12 11:45:16 -08:00
2012-11-21 13:27:16 -08:00
2013-01-22 11:41:58 -08:00
2012-11-21 13:27:16 -08:00
2012-11-21 13:27:16 -08:00
2012-11-21 13:27:16 -08:00
2013-01-11 16:03:38 -08:00
2013-01-22 11:41:58 -08:00
2012-11-21 13:27:16 -08:00
2012-10-23 10:18:53 -07:00
2012-11-21 13:27:16 -08:00
2012-07-18 16:40:29 -04:00
2013-01-11 16:22:53 -08:00
2012-06-13 12:38:36 -07:00
2012-05-01 21:33:43 -07:00
2013-01-24 09:56:19 -08:00
2012-09-05 12:26:11 -07:00
2012-11-21 13:27:17 -08:00
2012-07-30 17:25:12 -07:00
2013-03-28 11:10:22 -07:00
2012-11-21 13:27:17 -08:00
2013-03-28 11:10:22 -07:00
2013-01-24 13:59:26 -08:00
2012-11-21 13:27:16 -08:00
2013-01-25 12:41:02 -08:00
2013-01-24 13:42:09 -08:00
2013-02-08 12:03:11 -08:00
2012-11-21 13:27:16 -08:00
2013-01-24 13:42:09 -08:00
2012-10-25 13:13:48 -07:00
2012-04-11 08:31:06 -07:00
2013-03-28 11:10:22 -07:00
2013-03-25 10:39:17 -07:00
2013-03-25 10:39:17 -07:00
2012-09-05 12:07:19 -07:00
2013-03-25 10:39:19 -07:00
2013-03-28 11:10:22 -07:00
2013-03-25 10:39:18 -07:00