Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Greg Kroah-Hartman
63c7cc2a 7c9cf743

-4
-4
drivers/staging/dgap/dgap_driver.c
··· 32 32 33 33 34 34 #include <linux/kernel.h> 35 - #include <linux/version.h> 36 35 #include <linux/module.h> 37 36 #include <linux/pci.h> 38 37 #include <linux/delay.h> /* For udelay */ 39 38 #include <linux/slab.h> 40 39 #include <asm/uaccess.h> /* For copy_from_user/copy_to_user */ 41 - 42 - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39) 43 40 #include <linux/sched.h> 44 - #endif 45 41 46 42 #include "dgap_driver.h" 47 43 #include "dgap_pci.h"