Skip to content

Commit

Permalink
staging: dgap: Remove version check in dgap_driver.c
Browse files Browse the repository at this point in the history
Code should be for the kernel version it is merged in.
Version check is not necessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Sep 17, 2013
1 parent 7c9cf74 commit 63c7cc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/dgap/dgap_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,12 @@


#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/delay.h> /* For udelay */
#include <linux/slab.h>
#include <asm/uaccess.h> /* For copy_from_user/copy_to_user */

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39)
#include <linux/sched.h>
#endif

#include "dgap_driver.h"
#include "dgap_pci.h"
Expand Down

0 comments on commit 63c7cc2

Please sign in to comment.