Skip to content

Commit

Permalink
Add missing vmalloc include
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Dec 15, 2014
1 parent ccd0bb7 commit 71c81ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pcie/src/umem.c
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/sched.h>
#include <linux/vmalloc.h>

#include "config.h" /* compile-time configuration */
#include "compat.h" /* compatibility definitions for older linux */
Expand Down

0 comments on commit 71c81ab

Please sign in to comment.