Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54388b28 authored by Stephen Warren's avatar Stephen Warren Committed by Greg Kroah-Hartman
Browse files

usb: host: tegra remove include of <mach/iomap.h>



Almost nothing from this file is used, and the file will hopefully be
deleted soon. Copy the tiny portions that are used directly into
ehci-tegra.c. I believe that Venu Byravarasu is working on cleaning up
our USB driver, and those cleanups will remove the need for these
constants.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarVenu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c30186e5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,7 +28,10 @@
#include <linux/pm_runtime.h>

#include <linux/usb/tegra_usb_phy.h>
#include <mach/iomap.h>

#define TEGRA_USB_BASE			0xC5000000
#define TEGRA_USB2_BASE			0xC5004000
#define TEGRA_USB3_BASE			0xC5008000

#define TEGRA_USB_DMA_ALIGN 32