Эх сурвалжийг харах

pstore: Remove unused vmalloc.h in pmsg

Since the vmalloc code has been removed from write_pmsg() in the commit
"5bf6d1b pstore/pmsg: drop bounce buffer", remove the unused header
vmalloc.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Geliang Tang 8 жил өмнө
parent
commit
3509d048c8
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      fs/pstore/pmsg.c

+ 0 - 1
fs/pstore/pmsg.c

@@ -15,7 +15,6 @@
 #include <linux/device.h>
 #include <linux/fs.h>
 #include <linux/uaccess.h>
-#include <linux/vmalloc.h>
 #include "internal.h"
 
 static DEFINE_MUTEX(pmsg_lock);