From 20d14a5d377a6265c2e89986d052f79dff922217 Mon Sep 17 00:00:00 2001 From: Ivan Vecera Date: Thu, 8 Jan 2015 16:13:07 +0100 Subject: [PATCH] tg3: move init/deinit from open/close to probe/remove Move init and deinit of PTP support from open/close functions to probe/remove funcs to avoid removing/re-adding of associated PTP device(s) during ifup/ifdown. v2: tg3_ptp_init call moved to correct place (thx. Prashant) Signed-off-by: Ivan Vecera Acked-by: Prashant Sreedharan Signed-off-by: David S. Miller --- Reading git-format-patch failed