Skip to content

Commit

Permalink
Merge pull request #1 from ekherit/master
Browse files Browse the repository at this point in the history
Remove asm/system.h
  • Loading branch information
basilevs committed Jul 22, 2015
2 parents 2a8f2c7 + 214f6f2 commit df34abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lsi6_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
#include <linux/version.h>
#endif

#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
#include <asm/system.h>
#endif

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
Expand Down
3 changes: 3 additions & 0 deletions lsi6_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
#include <linux/version.h>
#endif

#if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)
#include <asm/system.h>
#endif

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
Expand Down

0 comments on commit df34abf

Please sign in to comment.