From: Alan Cox Date: Wed, 11 Jan 2006 20:17:32 +0000 (-0800) Subject: [PATCH] Allow reading CMOS day of week register X-Git-Tag: v2.6.16-rc1~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7599587faea9403edf4d7f74e80b3c9ea217930;p=pandora-kernel.git [PATCH] Allow reading CMOS day of week register Someone wanted access to this usually unused (and unused by Linux) value for the day of week. Existing kernels have the field in the struct but return 0 always. This updates the kernel to fill in the field. The usual case of 'not set' conveniently is 0. Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed