]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: EHCI: move logging macros to ehci.h
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 10 Oct 2012 19:07:30 +0000 (15:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:45:17 +0000 (14:45 -0700)
commitd6064aca824b81fbb788fd230c88976d84b651b1
treecc731a0a6987ad1eea89ff35fea425e5fa233df4
parent6273f1810f95f4deeb2f0d6810f301726ad32308
USB: EHCI: move logging macros to ehci.h

In preparation for splitting the ehci-hcd driver into a core library
and separate platform-specific driver modules, this patch (as1616)
moves the console logging macros from ehci-dbg.c to ehci.h, where they
will be available to the platform drivers.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c
drivers/usb/host/ehci.h