Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0a7e8a6 authored by HIRANO Takahito's avatar HIRANO Takahito Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13167): pt1: Fix a compile error on arm



The lack of #include <linux/vmalloc.h> caused a compile error on some
architectures.

Signed-off-by: default avatarHIRANO Takahito <hiranotaka@zng.info>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 76823b79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include <linux/pci.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <linux/vmalloc.h>

#include "dvbdev.h"
#include "dvb_demux.h"