Skip to content

Commit b09ccba

Browse files
suijingfenglynxeye-dev
authored andcommitted
drm/etnaviv: Drop the <linux/pm_runtime.h> header
Currently, the etnaviv_gem_submit.c isn't call any runtime power management functions. So drop this unused header, we can include it back when it really get used though. Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
1 parent c82e8b2 commit b09ccba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <drm/drm_file.h>
77
#include <linux/dma-fence-array.h>
88
#include <linux/file.h>
9-
#include <linux/pm_runtime.h>
109
#include <linux/dma-resv.h>
1110
#include <linux/sync_file.h>
1211
#include <linux/uaccess.h>

0 commit comments

Comments
 (0)