]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: kernel/rtc.c needs export.h since it exports symbols
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 18:20:26 +0000 (14:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:48 +0000 (01:43 -0400)
commited37a44171c68e17119349f61658b9836a98018f
treecc37675b69726d92033d8797fdac734450414a59
parent7c22b9a513480d0c976d2dea40dcb36523663faf
x86: kernel/rtc.c needs export.h since it exports symbols

As evidence, we see the following:

arch/x86/kernel/rtc.c:29: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/kernel/rtc.c