]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Add const for time{spec,val}_compare arguments
authorRolf Eike Beer <eike-kernel@sf-tec.de>
Sat, 10 Feb 2007 09:45:49 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:31 +0000 (10:51 -0800)
commite6c4ae865c4ddeafb840bd98e1b4eeab0d19513c
tree1e8a4ada1b8923c0ecad305eb0f1f83e54a43873
parentf362836c155385b33f06139ee917c9042267e707
[PATCH] Add const for time{spec,val}_compare arguments

The arguments are really const.  Mark them const to allow these functions
being called from places where the arguments are const without getting
useless compiler warnings.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/time.h