From: Richard Cochran Date: Tue, 1 Feb 2011 13:50:58 +0000 (+0000) Subject: time: Correct the *settime* parameters X-Git-Tag: v2.6.39-rc1~508^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6d767924c74929c0cfe839ae8f37bcee9e544e;p=pandora-kernel.git time: Correct the *settime* parameters Both settimeofday() and clock_settime() promise with a 'const' attribute not to alter the arguments passed in. This patch adds the missing 'const' attribute into the various kernel functions implementing these calls. Signed-off-by: Richard Cochran Acked-by: John Stultz LKML-Reference: <20110201134417.545698637@linutronix.de> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed