usb: gadget: lpc32xxx_udc: clean up and sort include directives out
authorVladimir Zapolskiy <vz@mleia.com>
Tue, 8 Dec 2015 00:31:13 +0000 (02:31 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 15 Dec 2015 15:12:41 +0000 (09:12 -0600)
commit2de59c09feb735874ea38c29d396b13e46dd0a69
treeb2c77ade5dd53a33ff547cb33200281b2abe8a50
parent46a01427e969e53d993b988ebbdb8c7c3562b66f
usb: gadget: lpc32xxx_udc: clean up and sort include directives out

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

Additionally remove other unneeded includes and sort out their order.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/lpc32xx_udc.c