diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-24 10:32:47 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 04:20:07 -0400 |
commit | 9eb9b220fc7deec9022d2340346f12554a3c7f1c (patch) | |
tree | b0b1453579395af59b310bfda3ab86360992acef /drivers/gpu/host1x/drm/gr2d.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/gr2d.c')
-rw-r--r-- | drivers/gpu/host1x/drm/gr2d.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c index 06507c838d43..8d9a10f52d81 100644 --- a/drivers/gpu/host1x/drm/gr2d.c +++ b/drivers/gpu/host1x/drm/gr2d.c | |||
@@ -1,8 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * drivers/video/tegra/host/gr2d/gr2d.c | ||
3 | * | ||
4 | * Tegra Graphics 2D | ||
5 | * | ||
6 | * Copyright (c) 2012-2013, NVIDIA Corporation. | 2 | * Copyright (c) 2012-2013, NVIDIA Corporation. |
7 | * | 3 | * |
8 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
@@ -18,9 +14,6 @@ | |||
18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | */ | 15 | */ |
20 | 16 | ||
21 | #include <linux/export.h> | ||
22 | #include <linux/of.h> | ||
23 | #include <linux/of_device.h> | ||
24 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
25 | 18 | ||
26 | #include "channel.h" | 19 | #include "channel.h" |