diff options
| author | Thierry Reding <[email protected]> | 2013-09-24 14:32:47 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2013-10-31 08:20:07 +0000 |
| commit | 9eb9b220fc7deec9022d2340346f12554a3c7f1c (patch) | |
| tree | b0b1453579395af59b310bfda3ab86360992acef /drivers/gpu/host1x/drm/rgb.c | |
| parent | drm/tegra: Rename host1x_drm_context to tegra_drm_context (diff) | |
| download | kernel-9eb9b220fc7deec9022d2340346f12554a3c7f1c.tar.gz kernel-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 <[email protected]>
Diffstat (limited to 'drivers/gpu/host1x/drm/rgb.c')
| -rw-r--r-- | drivers/gpu/host1x/drm/rgb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/host1x/drm/rgb.c b/drivers/gpu/host1x/drm/rgb.c index 5aa66ef7a946..e4d28411973d 100644 --- a/drivers/gpu/host1x/drm/rgb.c +++ b/drivers/gpu/host1x/drm/rgb.c @@ -8,9 +8,6 @@ */ #include <linux/clk.h> -#include <linux/module.h> -#include <linux/of.h> -#include <linux/platform_device.h> #include "drm.h" #include "dc.h" |
