* [PATCH] pt1: Fix a compile error on arm
@ 2009-09-20 11:57 hiranotaka
0 siblings, 0 replies; only message in thread
From: hiranotaka @ 2009-09-20 11:57 UTC (permalink / raw)
To: linux-media, mchehab
The lack of #include <linux/vmalloc.h> caused a compile error on some
architectures.
Signed-off-by: HIRANO Takahito <hiranotaka@zng.info>
diff -r 29e4ba1a09bc linux/drivers/media/dvb/pt1/pt1.c
--- a/linux/drivers/media/dvb/pt1/pt1.c Sat Sep 19 09:45:22 2009 -0300
+++ b/linux/drivers/media/dvb/pt1/pt1.c Sun Sep 20 20:47:28 2009 +0900
@@ -26,6 +26,7 @@
#include <linux/pci.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
+#include <linux/vmalloc.h>
#include "dvbdev.h"
#include "dvb_demux.h"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-20 11:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20 11:57 [PATCH] pt1: Fix a compile error on arm hiranotaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox