drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Jul 2012 21:41:48 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:18 +0000 (17:25 -0700)
commitdbd9acbef2f178e74c2f2def23eb4e8c2bd14270
treee8b9ca2500a7286fb7388c8ba9362bb4b35fd904
parent8e74b6edc9b7befd9f7a61b9271384eeb1eb8251
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>
drivers/rtc/rtc-s3c.c