diff options
author | Dmitry Torokhov <dtor@vmware.com> | 2013-02-18 06:04:11 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-02-18 15:02:51 -0500 |
commit | 7ccd7de691bcc7194deb68b1db391861ada5427e (patch) | |
tree | 061bc8ce013d54ec5ae5b4dcf03702c69cc46ee7 /net/vmw_vsock/vsock_version.h | |
parent | 7777ac3860327da557665f6e53cd82fbe40f151b (diff) |
VSOCK: get rid of vsock_version.h
There isn't really a need to have a separate file for it.
Acked-by: Andy King <acking@vmware.com>
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/vmw_vsock/vsock_version.h')
-rw-r--r-- | net/vmw_vsock/vsock_version.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/vmw_vsock/vsock_version.h b/net/vmw_vsock/vsock_version.h deleted file mode 100644 index 4df7f5e2151..00000000000 --- a/net/vmw_vsock/vsock_version.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * VMware vSockets Driver - * - * Copyright (C) 2011-2012 VMware, Inc. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation version 2 and no later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - */ - -#ifndef _VSOCK_VERSION_H_ -#define _VSOCK_VERSION_H_ - -#define VSOCK_DRIVER_VERSION_PARTS { 1, 0, 0, 0 } -#define VSOCK_DRIVER_VERSION_STRING "1.0.0.0-k" - -#endif /* _VSOCK_VERSION_H_ */ |