Skip to content

Commit

Permalink
VSOCK: get rid of vsock_version.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Torokhov authored and David S. Miller committed Feb 18, 2013
1 parent 7777ac3 commit 7ccd7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions net/vmw_vsock/af_vsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
#include <net/sock.h>

#include "af_vsock.h"
#include "vsock_version.h"

static int __vsock_bind(struct sock *sk, struct sockaddr_vm *addr);
static void vsock_sk_destruct(struct sock *sk);
Expand Down Expand Up @@ -2009,5 +2008,5 @@ EXPORT_SYMBOL_GPL(vsock_core_exit);

MODULE_AUTHOR("VMware, Inc.");
MODULE_DESCRIPTION("VMware Virtual Socket Family");
MODULE_VERSION(VSOCK_DRIVER_VERSION_STRING);
MODULE_VERSION("1.0.0.0-k");
MODULE_LICENSE("GPL v2");
22 changes: 0 additions & 22 deletions net/vmw_vsock/vsock_version.h

This file was deleted.

0 comments on commit 7ccd7de

Please sign in to comment.