linux/drivers/isdn/hysdn
Florian Westphal 860e9538a9 treewide: replace dev->trans_start update with helper
Replace all trans_start updates with netif_trans_update helper.
change was done via spatch:

struct net_device *d;
@@
- d->trans_start = jiffies
+ netif_trans_update(d)

Compile tested only.

Cc: user-mode-linux-devel@lists.sourceforge.net
Cc: linux-xtensa@linux-xtensa.org
Cc: linux1394-devel@lists.sourceforge.net
Cc: linux-rdma@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: MPT-FusionLinux.pdl@broadcom.com
Cc: linux-scsi@vger.kernel.org
Cc: linux-can@vger.kernel.org
Cc: linux-parisc@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Cc: linux-hams@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Cc: linux-s390@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Cc: b.a.t.m.a.n@lists.open-mesh.org
Cc: linux-bluetooth@vger.kernel.org
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-04 14:16:49 -04:00
..
Kconfig Kconfig: Remove useless and sometimes wrong comments 2009-11-09 09:40:56 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
boardergo.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
boardergo.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hycapi.c isdn: fix misspelling of current function in string 2014-12-09 16:18:46 -05:00
hysdn_boot.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hysdn_defs.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hysdn_init.c Drivers: isdn: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
hysdn_net.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
hysdn_pof.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
hysdn_procconf.c procfs: new helper - PDE_DATA(inode) 2013-04-09 14:13:32 -04:00
hysdn_proclog.c isdn: divert, hysdn: fix interruptible_sleep_on race 2014-02-26 16:06:13 -05:00
hysdn_sched.c isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00
ince1pc.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00