Skip to content

Commit

Permalink
kmemleak: Remove the kmemleak.h include in drivers/char/vt.c
Browse files Browse the repository at this point in the history
This file is no longer annotated for false positives but the kmemleak.h
include was still present.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Alan Cox <alan.cox@linux.intel.com>
  • Loading branch information
Catalin Marinas committed Jun 12, 2009
1 parent 8ebf975 commit 6ab5631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
#include <linux/io.h>
#include <asm/system.h>
#include <linux/uaccess.h>
#include <linux/kmemleak.h>

#define MAX_NR_CON_DRIVER 16

Expand Down

0 comments on commit 6ab5631

Please sign in to comment.