Commit 22af1794 authored by Federico Vaga's avatar Federico Vaga

kernel: add missing vmalloc header

We were using vmalloc() assunign that its library was already included by some
other libraries. Today, this is not the case anymore, so we must include it
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent b3cfb156
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <linux/version.h> #include <linux/version.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/vmalloc.h>
#include "spec.h" #include "spec.h"
#include "loader-ll.h" #include "loader-ll.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment