Преглед на файлове

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 години
родител
ревизия
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);