~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to modules/linux/shared/autoconf/netif_num_params.c

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 * takes only single napi argument.
29
29
 */
30
30
 
31
 
#include <linux/autoconf.h>
32
 
#include <linux/version.h>
 
31
#include "compat_version.h"
 
32
#include "compat_autoconf.h"
33
33
 
34
34
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
35
35
#   error This compile test intentionally fails.