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:33:45 +0000 (10:33 -0700)
commit73a9f3418e5ad987a1e2c52c63af1ad511ecc1cb
treecf4418e839de8e77996100b4da864b1fb3423c05
parent777af88d50b8271a8cc8f0a79d17022944481506
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/linux/compat/include/linux/skbuff.h
debian/changelog