From: Catalin Marinas Date: Fri, 12 Jun 2009 08:29:52 +0000 (+0100) Subject: kmemleak: Remove the kmemleak.h include in drivers/char/vt.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6ab56315a36e42e90ad7173aa8b3bbd1467d1fea;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git kmemleak: Remove the kmemleak.h include in drivers/char/vt.c This file is no longer annotated for false positives but the kmemleak.h include was still present. Signed-off-by: Catalin Marinas Acked-by: Alan Cox --- diff --git a/drivers/char/vt.c b/drivers/char/vt.c index de9ebee8657b..c796a86ab7f3 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@ -103,7 +103,6 @@ #include #include #include -#include #define MAX_NR_CON_DRIVER 16