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:53:06 +0000 (15:53 -0700)
commit8dbe1f9fbf7054cf6bd061bbdfd507e6548ad061
tree4ba1455dd0813a947c608eaf5ba9e41db6e8469a
parent6b14de585a60163cbd9f917f8b189d1302bdb462
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