datapath: Fix compilation with Linux kernel 3.7.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 13 May 2013 22:53:06 +0000 (15:53 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 13 May 2013 22:56:52 +0000 (15:56 -0700)
commit088597fcf1652b096978b56d5c399c07460e1eda
tree7a9e55999c43dd803ee4c3e6d9c55c600b485a46
parent4d698e25870723fcb7365b5c1ea4cd9a7bf38933
datapath: Fix compilation with Linux kernel 3.7.

Definition of __sum16 and __wsum is moved to uapi header.
Following patch adds check in config script for second possible
header.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
acinclude.m4