https://github.com/torvalds/linux
Revision 2f1f53bdc6531696934f6ee7bbdfa2ab4f4f62a3 authored by Jesper Nilsson on 15 November 2007, 01:01:33 UTC, committed by Linus Torvalds on 15 November 2007, 02:45:47 UTC
Scrap the local __INLINE__ macro, and rename timeval_cmp to fasttime_cmp.

Inline macro was completely unnecessary since the macro was defined
locally to be inline.
timeval_cmp was inaccurately named since it does comparison on
struct fasttimer_t and not on struct timeval.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Mikael Starvik <mikael.starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 2e2cd8b
History
Tip revision: 2f1f53bdc6531696934f6ee7bbdfa2ab4f4f62a3 authored by Jesper Nilsson on 15 November 2007, 01:01:33 UTC
CRISv10 fasttimer: Scrap INLINE and name timeval_cmp better
Tip revision: 2f1f53b
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
.gitignore -rw-r--r-- 628 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.1 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 93.2 KB
Makefile -rw-r--r-- 52.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top