diff options
author | Liviu Dudau <liviu@dudau.co.uk> | 2017-01-31 13:56:20 -0500 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2017-02-02 04:30:51 -0500 |
commit | 82260364fd0c7822c782771374cb4a4deb00d3f6 (patch) | |
tree | b7ce65830294ae7e124f5496f652eebd2d569b1c | |
parent | e17d0bf23f124f3e341415377a2ccbe0195f4158 (diff) |
drm/etnaviv: Remove duplicate header file include
etnaviv_gem.h header gets included twice. Remove duplicate.
Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-rw-r--r-- | drivers/gpu/drm/etnaviv/etnaviv_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_drv.c b/drivers/gpu/drm/etnaviv/etnaviv_drv.c index 5b6decf85664..1db0b5dec7e7 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_drv.c +++ b/drivers/gpu/drm/etnaviv/etnaviv_drv.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include "etnaviv_gpu.h" | 23 | #include "etnaviv_gpu.h" |
24 | #include "etnaviv_gem.h" | 24 | #include "etnaviv_gem.h" |
25 | #include "etnaviv_mmu.h" | 25 | #include "etnaviv_mmu.h" |
26 | #include "etnaviv_gem.h" | ||
27 | 26 | ||
28 | #ifdef CONFIG_DRM_ETNAVIV_REGISTER_LOGGING | 27 | #ifdef CONFIG_DRM_ETNAVIV_REGISTER_LOGGING |
29 | static bool reglog; | 28 | static bool reglog; |