/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/dev.c

  • Committer: Suren A. Chilingaryan
  • Date: 2016-04-06 15:39:54 UTC
  • Revision ID: csa@suren.me-20160406153954-ncprrlawivnul59p
Use linux/scatterlist.h instead of asm/scatterlist.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#include <linux/pagemap.h>
14
14
#include <linux/spinlock.h>
15
15
#include <linux/list.h>
16
 
#include <asm/scatterlist.h>
 
16
#include <linux/scatterlist.h>
17
17
#include <linux/vmalloc.h>
18
18
#include <linux/stat.h>
19
19
#include <linux/interrupt.h>