Remove cycle_t type from the LinuxKPI similar to Linux upstream.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2017-07-31 09:17:54 +00:00
parent b0259ad374
commit 0991f0af6d

View File

@ -33,9 +33,6 @@
#include <asm/types.h>
#define CLOCKSOURCE_MASK(x) ((cycle_t)(-1ULL >> ((-(x)) & 63)))
/* clocksource cycle base type */
typedef u64 cycle_t;
#define CLOCKSOURCE_MASK(x) ((u64)(-1ULL >> ((-(x)) & 63)))
#endif /* _LINUX_CLOCKSOURCE_H */