datapath: fix header file include
authorYu Zhiguo <yuzg@cn.fujitsu.com>
Fri, 25 Jun 2010 09:33:07 +0000 (17:33 +0800)
committerBen Pfaff <blp@nicira.com>
Fri, 25 Jun 2010 16:34:26 +0000 (09:34 -0700)
commit656a0e37da750d8e3e7bde3fe27e45d1a332f15a
tree282dc9d13921d277f852e1832872ac71c8429932
parentf40a9b61e2b758e60a38fc706d7d1253ef59a23d
datapath: fix header file include

linux/highmem.h should be included rather than asm/highmem.h,
otherwise openvswitch_mod cannot resolve kmap and kunmap on some arch.

Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>
datapath/datapath.c