OSDN Git Service

usb: ohci: nxp: clean up included header files
authorVladimir Zapolskiy <vz@mleia.com>
Tue, 8 Dec 2015 00:32:01 +0000 (02:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 03:33:20 +0000 (19:33 -0800)
commit9c2863b53fcd54e40e30d25ac83eca2e31fda1e1
treea15ad48f3fa8c28d2d44546f07b8215a572d74d8
parent92e963f50fc74041b5e9e744c330dca48e04f08d
usb: ohci: nxp: clean up included header files

Remove mach/irq.h from the list of included headers, there is no
compilation dependency on this include file, the change is needed
to prevent a compilation failure, when mach/irq.h is removed.

Additionally remove other unneeded includes.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-nxp.c