datapath: remove actions.h
authorPravin B Shelar <pshelar@nicira.com>
Fri, 11 Nov 2011 03:35:37 +0000 (19:35 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 11 Nov 2011 03:35:37 +0000 (19:35 -0800)
commiteba9291a25a9d38f3382510de52e619a65b2f711
tree4c57da034b7c7272b8c743284a5fb454dc47fbdc
parentae05bcfd103fcd67953ad86cbd541288014c3443
datapath: remove actions.h

There are only two symbols in actions.h. Compatibility function
is moved to compat.h and execute_actions() declaration is moved
to datapath.h

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/Modules.mk
datapath/actions.c
datapath/actions.h [deleted file]
datapath/compat.h
datapath/datapath.c
datapath/datapath.h
datapath/tunnel.c