diff options
author | Dmitry Torokhov | 2013-02-18 06:04:10 +0000 |
---|---|---|
committer | David S. Miller | 2013-02-18 15:02:51 -0500 |
commit | 7777ac3860327da557665f6e53cd82fbe40f151b (patch) | |
tree | e7a7a1d53c17524f37442e600ae6f7d8e4cbf58e /net/vmw_vsock/af_vsock.c | |
parent | c2399059a389ba686fa7f45d8913a708914752c4 (diff) |
VSOCK: get rid of EXPORT_SYMTAB
This is the default behavior for a looooooong time.
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/af_vsock.c')
-rw-r--r-- | net/vmw_vsock/af_vsock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c index 54bb7bdf92d3..a8efe5aaf221 100644 --- a/net/vmw_vsock/af_vsock.c +++ b/net/vmw_vsock/af_vsock.c @@ -76,8 +76,6 @@ */ #include <linux/types.h> - -#define EXPORT_SYMTAB #include <linux/bitops.h> #include <linux/cred.h> #include <linux/init.h> |