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

Configure Feed

Select the types of activity you want to include in your feed.

drm/gma500: Remove unused intel-mid.h

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

authored by

Andy Shevchenko and committed by
Patrik Jakobsson
3d236046 b2198657

-2
-2
drivers/gpu/drm/gma500/oaktrail_lvds.c
··· 11 11 #include <linux/i2c.h> 12 12 #include <linux/pm_runtime.h> 13 13 14 - #include <asm/intel-mid.h> 15 - 16 14 #include <drm/drm_edid.h> 17 15 #include <drm/drm_modeset_helper_vtables.h> 18 16 #include <drm/drm_simple_kms_helper.h>