]> Git Repo - linux.git/commitdiff
drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded include of drm_mm.h
authorSui Jingfeng <[email protected]>
Fri, 25 Oct 2024 17:56:20 +0000 (01:56 +0800)
committerLucas Stach <[email protected]>
Mon, 28 Oct 2024 15:51:27 +0000 (16:51 +0100)
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 <[email protected]>
Signed-off-by: Lucas Stach <[email protected]>
drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c

index 66a407f1b3ee75484b421cef21846c98502fe9a4..7aa5f14d0c87313549a8be2d97da0294e5176458 100644 (file)
@@ -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"
This page took 0.066211 seconds and 4 git commands to generate.