linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* usb: avoid warnings for unused pm functions
@ 2016-03-02 15:24 Arnd Bergmann
  2016-03-02 15:24 ` [PATCH 1/6] usb: host: unhide suspend/resume declarations Arnd Bergmann
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Arnd Bergmann @ 2016-03-02 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

This series addresses a couple of similar warnings in USB
host and phy drivers. In each case, there is a mismatch between
the references to some functions and the #ifdef hiding those
functions (if any).

The series gets rid of all those #ifdes and instead changes
the drivers that don't already get it wrong to annotate
the functions as __maybe_unused. However, I am not changing
any files that consistently get the #ifdefs right.

	Arnd

[PATCH 1/6] usb: host: unhide suspend/resume declarations
[PATCH 2/6] usb: xhci-mtk: use __maybe_unused to hide pm functions
[PATCH 3/6] usb: ohci-at91: use __maybe_unused to hide pm functions
[PATCH 4/6] usb: ehci-atmel: use __maybe_unused to hide pm functions
[PATCH 5/6] phy: dm816x: use __maybe_unused to hide pm functions
[PATCH 6/6] phy: twl4030: use __maybe_unused to hide pm functions

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-03-10 11:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 15:24 usb: avoid warnings for unused pm functions Arnd Bergmann
2016-03-02 15:24 ` [PATCH 1/6] usb: host: unhide suspend/resume declarations Arnd Bergmann
2016-03-02 15:58   ` Alan Stern
2016-03-02 15:24 ` [PATCH 2/6] usb: xhci-mtk: use __maybe_unused to hide pm functions Arnd Bergmann
2016-03-04 16:33   ` Matthias Brugger
2016-03-10 11:42     ` Mathias Nyman
2016-03-02 15:24 ` [PATCH 3/6] usb: ohci-at91: " Arnd Bergmann
2016-03-02 15:34   ` Nicolas Ferre
2016-03-02 15:24 ` [PATCH 4/6] usb: ehci-atmel: " Arnd Bergmann
2016-03-02 15:34   ` Nicolas Ferre
2016-03-02 15:24 ` [PATCH 5/6] phy: dm816x: " Arnd Bergmann
2016-03-02 15:24 ` [PATCH 6/6] phy: twl4030: " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).