From: Thomas Zimmermann Date: Mon, 12 Feb 2024 09:06:12 +0000 (+0100) Subject: fbdev/efifb: Remove PM for parent device X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9040d0297a476a4cea468663741177a79c19626b;p=users%2Fwilly%2Flinux.git fbdev/efifb: Remove PM for parent device The EFI device has the correct parent device set. This allows Linux to handle the power management internally. Hence, remove the manual PM management for the parent device from efifb. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas Link: https://patchwork.freedesktop.org/patch/msgid/20240212090736.11464-5-tzimmermann@suse.de --- diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index 10fc14ad5d12..e66ef35fa6b6 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c @@ -17,7 +17,6 @@ #include #include #include -#include #include