remarkable-linux/net/can
Thomas Gleixner 2456e85535 ktime: Get rid of the union
ktime is a union because the initial implementation stored the time in
scalar nanoseconds on 64 bit machine and in a endianess optimized timespec
variant for 32bit machines. The Y2038 cleanup removed the timespec variant
and switched everything to scalar nanoseconds. The union remained, but
become completely pointless.

Get rid of the union and just keep ktime_t as simple typedef of type s64.

The conversion was done with coccinelle and some manual mopping up.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
2016-12-25 17:21:22 +01:00
..
af_can.c can: only call can_stat_update with procfs 2016-06-23 11:23:49 +02:00
af_can.h can: only call can_stat_update with procfs 2016-06-23 11:23:49 +02:00
bcm.c ktime: Get rid of the union 2016-12-25 17:21:22 +01:00
gw.c ktime: Get rid of the union 2016-12-25 17:21:22 +01:00
Kconfig
Makefile can: build proc support only if CONFIG_PROC_FS is activated 2016-06-17 15:39:41 +02:00
proc.c can: build proc support only if CONFIG_PROC_FS is activated 2016-06-17 15:39:41 +02:00
raw.c can: raw: raw_setsockopt: limit number of can_filter that can be set 2016-12-07 10:45:57 +01:00