datapath: Fix build with Linux 2.6.31.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Oct 2009 18:13:55 +0000 (11:13 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Oct 2009 17:24:36 +0000 (10:24 -0700)
Linux 2.6.31 breaks the network device functions pointers into a separate
"netdev_ops" structure, so we need to handle this case now too.


No differences found