~ubuntu-branches/ubuntu/trusty/ndiswrapper/trusty

« back to all changes in this revision

Viewing changes to driver/wrapper.c

  • Committer: Package Import Robot
  • Author(s): Julian Andres Klode
  • Date: 2013-12-27 16:28:41 UTC
  • mfrom: (16.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131227162841-gnl24tqjykf0h6k4
Tags: 1.59-1
* Imported Upstream version 1.59
* Drop unused patches and fixup the remaining ones

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
static int __init wrapper_init(void)
73
73
{
74
74
#ifdef TAINT_OOT_MODULE
75
 
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0)
76
 
        add_taint(TAINT_OOT_MODULE);
77
 
#else
78
75
        add_taint(TAINT_OOT_MODULE, LOCKDEP_NOW_UNRELIABLE);
79
76
#endif
80
 
#endif
81
77
        printk(KERN_INFO "%s version %s loaded (smp=%s, preempt=%s)\n",
82
78
               DRIVER_NAME, DRIVER_VERSION,
83
79
#ifdef CONFIG_SMP