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

  • Committer: Suren A. Chilingaryan
  • Date: 2016-04-06 21:20:30 UTC
  • Revision ID: csa@suren.me-20160406212030-nazt45197afkk9y9
Further fixes for out-of-source compilation

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <linux/interrupt.h>
20
20
#include <linux/wait.h>
21
21
 
22
 
#include "../pcilib/version.h"
 
22
#include "pcilib/version.h"
23
23
#include "build.h"
24
24
#include "base.h"
25
25