From: Richard Cochran Date: Sun, 19 Jun 2011 21:51:23 +0000 (+0000) Subject: net: export the receive time stamping hook for non-NAPI drivers X-Git-Tag: v3.1-rc1~316^2~410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=238442f6bc10ba31577fc47e476c88689c80c7fa;p=pandora-kernel.git net: export the receive time stamping hook for non-NAPI drivers Ethernet MAC drivers based on phylib (but not using NAPI) can enable hardware time stamping in phy devices by calling netif_rx() conditionally based on a call to skb_defer_rx_timestamp(). This commit exports that function so that drivers calling it may be compiled as modules. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- Reading git-diff-tree failed