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)
commit43a6c464efaf271411c8e2d19357e11bf6ff5afa
tree158c95a6664e408f081b5888eff11bbc643733d3
parent5562d3ccd2073617fa2cb6a1384bbae0b5a08109
datapath: Fix build with Linux 2.6.31.

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.
datapath/dp_dev.c