Staging: vt6656 remove unneeded version.h and version check
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3afc571e6b
commit
42caa16a70
@@ -44,7 +44,6 @@
|
|||||||
#include <linux/timer.h>
|
#include <linux/timer.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/version.h>
|
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
#include <linux/wait.h>
|
#include <linux/wait.h>
|
||||||
#include <linux/if_arp.h>
|
#include <linux/if_arp.h>
|
||||||
|
@@ -807,12 +807,6 @@ vntwusb_found1(struct usb_interface *intf, const struct usb_device_id *id)
|
|||||||
kfree(pDevice);
|
kfree(pDevice);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
//2008-0623-02<Remark>by MikeLiu
|
|
||||||
//2007-0821-01<Add>by MikeLiu
|
|
||||||
//#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,21)
|
|
||||||
//usb_set_intfdata(intf, pDevice);
|
|
||||||
//SET_NETDEV_DEV(netdev, &intf->dev);
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
//2008-07-21-01<Add>by MikeLiu
|
//2008-07-21-01<Add>by MikeLiu
|
||||||
//register wpadev
|
//register wpadev
|
||||||
|
Reference in New Issue
Block a user