datapath: Add missing header.
authorJesse Gross <jesse@nicira.com>
Thu, 23 Jun 2011 19:54:48 +0000 (12:54 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 23 Jun 2011 20:02:32 +0000 (13:02 -0700)
commit88211ddaaadf312d6ceb959eb564dbfea49e9c42
treeaab91d3eb767568ec17a72088a04973edd740b03
parentc821124b25eb72b8c81894a5560e59c5cd5845f0
datapath: Add missing header.

The internal dev vport really needs hardirq.h but doesn't depend
directly on it and has relied on it being included from other sources.
Recent kernels broke this, so explicitly add the header.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/vport-internal_dev.c