From: Thomas Zimmermann Date: Tue, 3 Dec 2019 10:04:03 +0000 (+0100) Subject: drm/savage: Don't include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fdca3c49057065b3eb9a001a4929d9f7824369d0;p=linux.git drm/savage: Don't include Including is unnecessary in most cases. Replace these instances. Signed-off-by: Thomas Zimmermann Reviewed-by: Emil Velikov Reviewed-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20191203100406.9674-10-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/savage/savage_drv.c b/drivers/gpu/drm/savage/savage_drv.c index 2966fcfd9548a..799bd11adb9c0 100644 --- a/drivers/gpu/drm/savage/savage_drv.c +++ b/drivers/gpu/drm/savage/savage_drv.c @@ -24,10 +24,10 @@ */ #include +#include #include #include -#include #include #include "savage_drv.h"