Skip to content

Commit

Permalink
drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded include of drm_mm.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sui Jingfeng authored and Lucas Stach committed Oct 28, 2024
1 parent 6fbd70e commit 2c7ac7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c7ac7d

Please sign in to comment.