From: Jie Zhang Date: Thu, 12 Nov 2009 09:59:56 +0000 (+0800) Subject: net: add net_tstamp.h to headers_install X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=7a77080dbec28ab2bceb422398601dcc53c142ad;p=linux-edison.git net: add net_tstamp.h to headers_install include/linux/net_tstamp.h is userspace API for hardware time stamping of network packets. It should be exported to userspace. Signed-off-by: Jie Zhang Signed-off-by: Barry Song Signed-off-by: Patrick Ohly Signed-off-by: Michal Marek --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index f72914db2a1..756f831cbdd 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -118,6 +118,7 @@ header-y += mtio.h header-y += ncp_no.h header-y += neighbour.h header-y += net_dropmon.h +header-y += net_tstamp.h header-y += netfilter_arp.h header-y += netrom.h header-y += nfs2.h