mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 13:27:57 +02:00
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>
This commit is contained in:
parent
c82e8b292c
commit
b09ccba779
|
|
@ -6,7 +6,6 @@
|
|||
#include <drm/drm_file.h>
|
||||
#include <linux/dma-fence-array.h>
|
||||
#include <linux/file.h>
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/dma-resv.h>
|
||||
#include <linux/sync_file.h>
|
||||
#include <linux/uaccess.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user