diff options
author | Grant Grundler <grundler@google.com> | 2011-11-15 07:12:43 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-15 16:26:07 -0500 |
commit | 46993f02d88ae9fc6dfb4e8625d80a1630e7863b (patch) | |
tree | 116368c33aca40a9599a87d3bc2615b31c11bcd3 /drivers/net/usb/asix.c | |
parent | b2d3ad291fab1783cc12eef3dd91c5fa98c2e5d5 (diff) | |
download | linux-3.10-46993f02d88ae9fc6dfb4e8625d80a1630e7863b.tar.gz linux-3.10-46993f02d88ae9fc6dfb4e8625d80a1630e7863b.tar.bz2 linux-3.10-46993f02d88ae9fc6dfb4e8625d80a1630e7863b.zip |
net-next:asix: V2 Update VERSION
Only update VERSION to reflect previous changes.
Signed-off-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/asix.c')
-rw-r--r-- | drivers/net/usb/asix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index f870ab964e3..e6fed4d4cb7 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -36,7 +36,7 @@ #include <linux/usb/usbnet.h> #include <linux/slab.h> -#define DRIVER_VERSION "26-Sep-2011" +#define DRIVER_VERSION "08-Nov-2011" #define DRIVER_NAME "asix" /* ASIX AX8817X based USB 2.0 Ethernet Devices */ |