drm/gma500: Remove unused intel-mid.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Mar 2024 16:09:02 +0000 (18:09 +0200)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Mon, 11 Mar 2024 09:12:23 +0000 (10:12 +0100)
intel-mid.h is providing some core parts of the South Complex PM,
which are usually are not used by individual drivers. In particular,
this driver doesn't use it, so simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240305160902.1363835-1-andriy.shevchenko@linux.intel.com
drivers/gpu/drm/gma500/oaktrail_lvds.c

index d974d0c60d2a4ab2a0acffec13c66a65de7554b4..72191d6f0d06f8628c67aa82191bb48ae7b58a6e 100644 (file)
@@ -11,8 +11,6 @@
 #include <linux/i2c.h>
 #include <linux/pm_runtime.h>
 
-#include <asm/intel-mid.h>
-
 #include <drm/drm_edid.h>
 #include <drm/drm_modeset_helper_vtables.h>
 #include <drm/drm_simple_kms_helper.h>