Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sui Jingfeng and committed by
Lucas Stach
b09ccba7 c82e8b29

-1
-1
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c
··· 6 6 #include <drm/drm_file.h> 7 7 #include <linux/dma-fence-array.h> 8 8 #include <linux/file.h> 9 - #include <linux/pm_runtime.h> 10 9 #include <linux/dma-resv.h> 11 10 #include <linux/sync_file.h> 12 11 #include <linux/uaccess.h>