datapath: Fix feature check for HAVE_RXHASH.
authorJesse Gross <jesse@nicira.com>
Fri, 2 May 2014 17:33:45 +0000 (10:33 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 2 May 2014 17:37:50 +0000 (10:37 -0700)
commit478a8f37e3b6cf2a164a5027926b1393e9557dc4
tree8755bc57f0efa08863e39704e441730f5f8642c7
parent2ac6bd61247c6689e34ccee8255128c0d3d46fda
datapath: Fix feature check for HAVE_RXHASH.

The check for HAVE_RXHASH use #if rather than #ifdef, which
provokes a warning when it isn't defined.

Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/compat.h