commit | dbd9acbef2f178e74c2f2def23eb4e8c2bd14270 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jul 30 14:41:48 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 30 17:25:18 2012 -0700 |
tree | e8b9ca2500a7286fb7388c8ba9362bb4b35fd904 | |
parent | 8e74b6edc9b7befd9f7a61b9271384eeb1eb8251 [diff] |
drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/* Fixes the following checkpatch warnings: WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> WARNING: Use #include <linux/io.h> instead of <asm/io.h> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>