From: Jesper Nilsson Date: Thu, 15 Nov 2007 01:01:33 +0000 (-0800) Subject: CRISv10 fasttimer: Scrap INLINE and name timeval_cmp better X-Git-Tag: v2.6.24-rc3~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1f53bdc6531696934f6ee7bbdfa2ab4f4f62a3;p=pandora-kernel.git CRISv10 fasttimer: Scrap INLINE and name timeval_cmp better 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 Cc: Mikael Starvik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed