diff options
| author | 2013-09-24 16:32:47 +0200 | |
|---|---|---|
| committer | 2013-10-31 09:20:07 +0100 | |
| commit | 9eb9b220fc7deec9022d2340346f12554a3c7f1c (patch) | |
| tree | b0b1453579395af59b310bfda3ab86360992acef /drivers/gpu/host1x/hw/debug_hw.c | |
| parent | drm/tegra: Rename host1x_drm_context to tegra_drm_context (diff) | |
| download | wireguard-linux-9eb9b220fc7deec9022d2340346f12554a3c7f1c.tar.xz wireguard-linux-9eb9b220fc7deec9022d2340346f12554a3c7f1c.zip | |
gpu: host1x: Cleanup includes
Most of the included files are either not required or already included
by some other header file.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/debug_hw.c')
| -rw-r--r-- | drivers/gpu/host1x/hw/debug_hw.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/host1x/hw/debug_hw.c b/drivers/gpu/host1x/hw/debug_hw.c index 334c038052f5..dfad66312286 100644 --- a/drivers/gpu/host1x/hw/debug_hw.c +++ b/drivers/gpu/host1x/hw/debug_hw.c @@ -15,13 +15,6 @@ * */ -#include <linux/debugfs.h> -#include <linux/seq_file.h> -#include <linux/mm.h> -#include <linux/scatterlist.h> - -#include <linux/io.h> - #include "dev.h" #include "debug.h" #include "cdma.h" |
