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-Tag: firefly_0821_release~13952^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ab56315a36e42e90ad7173aa8b3bbd1467d1fea;p=firefly-linux-kernel-4.4.55.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