datapath: Get rid of compat.h, compat26.h in favor of modern approach.
authorBen Pfaff <blp@nicira.com>
Wed, 12 Jan 2011 18:44:43 +0000 (10:44 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Jan 2011 20:26:15 +0000 (12:26 -0800)
commitf632c8fc817ff5597007a795b51574bddd32563a
tree4c560afb1b9e04ef7c70d635c7306db677a7ad1c
parentbbdc31bcff1efb9638e479b7e33b701e1159c7fe
datapath: Get rid of compat.h, compat26.h in favor of modern approach.

I had completely forgotten that we had a top-level compat.h and compat26.h.
It's better to distribute their contents to individual compat headers, so
this commit does so and deletes them.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/Modules.mk
datapath/brcompat.c
datapath/compat.h [deleted file]
datapath/datapath.c
datapath/flow.c
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/compat26.h [deleted file]
datapath/linux-2.6/compat-2.6/include/linux/kernel.h
datapath/linux-2.6/compat-2.6/include/linux/netdevice.h
datapath/linux-2.6/compat-2.6/include/linux/slab.h
datapath/vport-netdev.c