+++ /dev/null
-/*********************************************************
- * Copyright (C) 1999 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.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
- *********************************************************/
-
-/*
- * compat_init.h: Initialization compatibility wrappers.
- */
-
-#ifndef __COMPAT_INIT_H__
-#define __COMPAT_INIT_H__
-
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 2, 0)
-#include <linux/init.h>
-#endif
-
-#ifndef module_init
-#define module_init(x) int init_module(void) { return x(); }
-#endif
-
-#ifndef module_exit
-#define module_exit(x) void cleanup_module(void) { x(); }
-#endif
-
-#endif /* __COMPAT_INIT_H__ */
#include <linux/file.h>
#include <linux/fs.h>
+#include <linux/init.h>
#if defined(__x86_64__) && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12)
# include <linux/ioctl32.h>
/* Use weak: not all kernels export sys_ioctl for use by modules */
#include <linux/smp.h>
#include "compat_highmem.h"
-#include "compat_init.h"
#include "compat_interrupt.h"
#include "compat_ioport.h"
#include "compat_kernel.h"
#ifndef _VMCI_VERSION_H_
#define _VMCI_VERSION_H_
-#define VMCI_DRIVER_VERSION 9.3.0.0
-#define VMCI_DRIVER_VERSION_COMMAS 9,3,0,0
-#define VMCI_DRIVER_VERSION_STRING "9.3.0.0"
+#define VMCI_DRIVER_VERSION 9.3.1.0
+#define VMCI_DRIVER_VERSION_COMMAS 9,3,1,0
+#define VMCI_DRIVER_VERSION_STRING "9.3.1.0"
#endif /* _VMCI_VERSION_H_ */
#include "compat_spinlock.h"
#include "compat_pci.h"
#include "compat_pci_mapping.h"
-#include "compat_init.h"
#include "compat_timer.h"
#include "compat_ethtool.h"
#include "compat_netdevice.h"
#endif
#include "compat_interrupt.h"
+#include <linux/init.h>
+
#include <asm/page.h>
#include <asm/uaccess.h>
#include <asm/delay.h>
#ifndef _VMXNET_VERSION_H_
#define _VMXNET_VERSION_H_
-#define VMXNET_DRIVER_VERSION 2.0.9.0
-#define VMXNET_DRIVER_VERSION_COMMAS 2,0,9,0
-#define VMXNET_DRIVER_VERSION_STRING "2.0.9.0"
+#define VMXNET_DRIVER_VERSION 2.0.10.0
+#define VMXNET_DRIVER_VERSION_COMMAS 2,0,10,0
+#define VMXNET_DRIVER_VERSION_STRING "2.0.10.0"
#endif /* _VMXNET_VERSION_H_ */
#include <linux/bitops.h>
#include <linux/list.h>
#include <linux/wait.h>
+#include <linux/init.h>
#include <asm/io.h>
#if defined(__x86_64__) && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12)
# include <linux/ioctl32.h>
#include "compat_cred.h"
#include "compat_module.h"
#include "compat_kernel.h"
-#include "compat_init.h"
#include "compat_sock.h"
#include "compat_version.h"
#include "compat_workqueue.h"
#ifndef _VSOCK_VERSION_H_
#define _VSOCK_VERSION_H_
-#define VSOCK_DRIVER_VERSION 9.3.0.0
-#define VSOCK_DRIVER_VERSION_COMMAS 9,3,0,0
-#define VSOCK_DRIVER_VERSION_STRING "9.3.0.0"
+#define VSOCK_DRIVER_VERSION 9.3.1.0
+#define VSOCK_DRIVER_VERSION_COMMAS 9,3,1,0
+#define VSOCK_DRIVER_VERSION_STRING "9.3.1.0"
#endif /* _VSOCK_VERSION_H_ */