mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
staging: dgap: Remove version check in dgap_driver.c
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>
This commit is contained in:
parent
7c9cf743f4
commit
63c7cc2aea
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user