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 <[email protected]> Signed-off-by: Sui Jingfeng <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent c82e8b2 commit b09ccba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)