From: Thomas Zimmermann Date: Tue, 3 Dec 2019 10:04:05 +0000 (+0100) Subject: drm/tdfx: Don't include X-Git-Tag: v5.10.7~2352^2~6^2~756 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95f02279a7087cffc935ebdc25cf4ffa8c14252c;p=platform%2Fkernel%2Flinux-rpi.git drm/tdfx: 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-12-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/tdfx/tdfx_drv.c b/drivers/gpu/drm/tdfx/tdfx_drv.c index c243af1..ab699bf 100644 --- a/drivers/gpu/drm/tdfx/tdfx_drv.c +++ b/drivers/gpu/drm/tdfx/tdfx_drv.c @@ -31,12 +31,12 @@ */ #include +#include #include #include #include #include -#include #include #include "tdfx_drv.h"