Skip to content

Commit

Permalink
VSOCK: get rid of EXPORT_SYMTAB
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Torokhov authored and David S. Miller committed Feb 18, 2013
1 parent c239905 commit 7777ac3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions net/vmw_vsock/af_vsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
*/

#include <linux/types.h>

#define EXPORT_SYMTAB
#include <linux/bitops.h>
#include <linux/cred.h>
#include <linux/init.h>
Expand Down
2 changes: 0 additions & 2 deletions net/vmw_vsock/vmci_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/

#include <linux/types.h>

#define EXPORT_SYMTAB
#include <linux/bitops.h>
#include <linux/cred.h>
#include <linux/init.h>
Expand Down

0 comments on commit 7777ac3

Please sign in to comment.