~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to modules/linux/vmsync/sync.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
MODULE_DESCRIPTION("VMware Sync Driver");
66
66
MODULE_VERSION(VMSYNC_DRIVER_VERSION_STRING);
67
67
MODULE_LICENSE("GPL v2");
 
68
/*
 
69
 * Starting with SLE10sp2, Novell requires that IHVs sign a support agreement
 
70
 * with them and mark their kernel modules as externally supported via a
 
71
 * change to the module header. If this isn't done, the module will not load
 
72
 * by default (i.e., neither mkinitrd nor modprobe will accept it).
 
73
 */
 
74
MODULE_INFO(supported, "external");
68
75
 
69
76
static int VmSyncRelease(struct inode* inode,
70
77
                         struct file *file);