kernel_optimize_test/sound/hda
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
..
ext ALSA: hdac: add missing \n to end of dev_err messages 2016-09-16 19:23:57 +02:00
array.c
hda_bus_type.c
hdac_bus.c
hdac_controller.c
hdac_device.c
hdac_i915.c drm/i915/dp: DP audio API changes for MST 2016-09-22 09:01:55 -07:00
hdac_regmap.c
hdac_stream.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
hdac_sysfs.c
hdmi_chmap.c
Kconfig
local.h
Makefile
trace.c
trace.h