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:36:19 +0000 (10:36 -0700)
commitc3bbaa66ed7167a062d397b8e7977cdefbaf87d5
treee8bbd1c8673d066771460b9676c9799bb453e2d0
parent5fe756d877c579bb380295d255dd3390a6479fa0
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