[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)
commit77adbfbf4cf96fedf9b75bb330704828c187b190
tree1e8a4ada1b8923c0ecad305eb0f1f83e54a43873
parenta470e18f53940e7bd07b09f01c0970f653e268bf
[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