]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: tegra: remove useless includes of <mach/*.h>
authorStephen Warren <swarren@nvidia.com>
Mon, 27 Aug 2012 21:50:17 +0000 (14:50 -0700)
committerStephen Warren <swarren@nvidia.com>
Fri, 14 Sep 2012 17:35:36 +0000 (11:35 -0600)
Nothing from these files is needed, so remove the includes. This helps
single zImage work by reducing use of the mach-tegra/include/mach/
directory.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/dma.c
arch/arm/mach-tegra/tegra20_clocks.c
arch/arm/mach-tegra/tegra20_clocks_data.c
arch/arm/mach-tegra/timer.c
drivers/usb/phy/tegra_usb_phy.c

index 29c5114d607ccc1b651be43381d3e15bf3db7257..7f2732039d24e82e91ce0c784382f8c1e7909f4d 100644 (file)
@@ -31,7 +31,6 @@
 #include <mach/dma.h>
 #include <mach/irqs.h>
 #include <mach/iomap.h>
-#include <mach/suspend.h>
 
 #include "apbio.h"
 
index 840ab262272a67b82b7354a7a476dc601c6cd96f..5dbc32df261fbd3a56215f9e313ba449543a15d1 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/clk.h>
 
 #include <mach/iomap.h>
-#include <mach/suspend.h>
 
 #include "clock.h"
 #include "fuse.h"
index 1a35c003fba8488c996f839f943bd5731197a67a..c9e31c981a36615fb52739455c505028f3143fb1 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/clk.h>
 
 #include <mach/iomap.h>
-#include <mach/suspend.h>
 
 #include "clock.h"
 #include "fuse.h"
index 57b5bdc13b9b9525b227e05e85907d508e2617c5..eccdce983043a46439b67610c3fe2488c937faca 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <mach/iomap.h>
 #include <mach/irqs.h>
-#include <mach/suspend.h>
 
 #include "board.h"
 #include "clock.h"
index 4739903245e808894c9af8cbb0ce7e8cd9f80f72..987116f9efcdec0fc7693725f3d315850f5f9eb8 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/usb/otg.h>
 #include <linux/usb/ulpi.h>
 #include <asm/mach-types.h>
-#include <mach/gpio-tegra.h>
 #include <linux/usb/tegra_usb_phy.h>
 #include <mach/iomap.h>