Commit ed2149ac authored by Ben Collins's avatar Ben Collins Committed by Linus Torvalds

[PATCH] Fix compile for raw1394

Include vmalloc.h to fix compilation of raw1394.c
parent 39c743c3
......@@ -38,6 +38,7 @@
#include <linux/version.h>
#include <linux/smp_lock.h>
#include <linux/interrupt.h>
#include <linux/vmalloc.h>
#include <asm/uaccess.h>
#include <asm/atomic.h>
#include <linux/devfs_fs_kernel.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