1
0
Fork 0
alistair23-linux/arch/arm/plat-iop
Thomas Gleixner a5a1d1c291 clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is
unambiguous.

Conversion was done with the following coccinelle script:

@rem@
@@
-typedef u64 cycle_t;

@fix@
typedef cycle_t;
@@
-cycle_t
+u64

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
2016-12-25 11:04:12 +01:00
..
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
adma.c drivers/dma: remove unused support for MEMSET operations 2013-07-03 16:07:42 -07:00
cp6.c ARM: 6969/1: plat-iop: fix build error 2011-06-21 11:33:21 +01:00
i2c.c Disintegrate asm/system.h for ARM 2012-03-28 18:30:01 +01:00
pci.c ARM: iop3xx: use fixed PCI i/o mapping 2012-07-26 09:10:04 -05:00
pmu.c arm: iop: specify PMUs are for XScale CPUs 2015-02-06 00:12:59 -08:00
restart.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
setup.c ARM: iop: Fix indentation 2016-07-07 18:06:40 +02:00
time.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00