mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
usb: host: ehci-mxc: Remove unneeded header file
Since commit c0304996b
(USB: ehci-mxc: remove Efika MX-specific CHRGVBUS hack)
there is no need to include <asm/mach-types.h>, so remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
302beda983
commit
9143b771f1
@ -28,11 +28,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/usb.h>
|
||||
#include <linux/usb/hcd.h>
|
||||
|
||||
#include <linux/platform_data/usb-ehci-mxc.h>
|
||||
|
||||
#include <asm/mach-types.h>
|
||||
|
||||
#include "ehci.h"
|
||||
|
||||
#define DRIVER_DESC "Freescale On-Chip EHCI Host driver"
|
||||
|
Loading…
Reference in New Issue
Block a user