/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/umem.c

  • Committer: Suren A. Chilingaryan
  • Date: 2016-04-07 15:00:58 UTC
  • Revision ID: csa@suren.me-20160407150058-ll8i3tss5z3pc6na
Fix driver compilation on Ubuntu 14.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <linux/mm.h>
18
18
#include <linux/pagemap.h>
19
19
#include <linux/sched.h>
 
20
#include <linux/vmalloc.h>
 
21
 
20
22
 
21
23
#include "base.h"
22
24