diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-24 16:32:47 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 09:20:07 +0100 |
commit | 9eb9b220fc7deec9022d2340346f12554a3c7f1c (patch) | |
tree | b0b1453579395af59b310bfda3ab86360992acef /drivers/gpu/host1x/drm/gem.c | |
parent | c88c363072c6dcd5427077f799b2711a10f616e4 (diff) |
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/drm/gem.c')
-rw-r--r-- | drivers/gpu/host1x/drm/gem.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/host1x/drm/gem.c b/drivers/gpu/host1x/drm/gem.c index 59623de4ee15..4a21378e5350 100644 --- a/drivers/gpu/host1x/drm/gem.c +++ b/drivers/gpu/host1x/drm/gem.c @@ -18,15 +18,6 @@ * GNU General Public License for more details. */ -#include <linux/mm.h> -#include <linux/slab.h> -#include <linux/mutex.h> -#include <linux/export.h> -#include <linux/dma-mapping.h> - -#include <drm/drmP.h> -#include <drm/drm.h> - #include "gem.h" static inline struct tegra_bo *host1x_to_drm_bo(struct host1x_bo *bo) |