| commit | 77adbfbf4cf96fedf9b75bb330704828c187b190 | [log] [tgz] |
|---|---|---|
| author | Rolf Eike Beer <eike-kernel@sf-tec.de> | Sat Feb 10 01:45:49 2007 -0800 |
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Feb 11 10:51:31 2007 -0800 |
| tree | 1e8a4ada1b8923c0ecad305eb0f1f83e54a43873 | |
| parent | a470e18f53940e7bd07b09f01c0970f653e268bf [diff] |
[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>