]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/gma500: Drop unused include of <drm/drm_pciids.h>
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Thu, 30 Apr 2026 10:45:14 +0000 (12:45 +0200)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Wed, 6 May 2026 08:07:53 +0000 (10:07 +0200)
commit8dbbd6b5ca6a9fd3a9ed90f89d2f4276d6d07844
tree0a79fbd2c6ab9e362c22dd601faa60b4fbc369fc
parent2d8b08844c0ecc6f2002fa68711e779aa18c8585
drm/gma500: Drop unused include of <drm/drm_pciids.h>

The <drm/drm_pciids.h> header only defines radeon_PCI_IDS which isn't
used in the gma500 driver. So drop the useless include statement.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://patch.msgid.link/981b4edf04d7fce3bd750f1136ac4ad78628d114.1777545446.git.u.kleine-koenig@baylibre.com
drivers/gpu/drm/gma500/psb_drv.c