diff options
author | 2024-10-26 01:56:20 +0800 | |
---|---|---|
committer | 2024-10-28 16:51:27 +0100 | |
commit | 2c7ac7dd1b6c295636849c242685b0dd15beb093 (patch) | |
tree | ae14a92e07ece185b4b7e6e8a2923817e2e148ec | |
parent | drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data member (diff) | |
download | wireguard-linux-2c7ac7dd1b6c295636849c242685b0dd15beb093.tar.xz wireguard-linux-2c7ac7dd1b6c295636849c242685b0dd15beb093.zip |
drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded include of drm_mm.h
The etnaviv_cmdbuf.c doesn't reference any functions or data members
defined in drm_mm.h, remove unneeded headers may reduce kernel compile
times.
Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-rw-r--r-- | drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c b/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c index 66a407f1b3ee..7aa5f14d0c87 100644 --- a/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c +++ b/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c @@ -5,8 +5,6 @@ #include <linux/dma-mapping.h> -#include <drm/drm_mm.h> - #include "etnaviv_cmdbuf.h" #include "etnaviv_gem.h" #include "etnaviv_gpu.h" |