git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5742bd8
)
rtc-cmos.c : Fix warning on PowerPC
author
Srikanth Krishnakar
<skrishna@mvista.com>
Thu, 14 Oct 2010 04:03:35 +0000
(
04:03
+0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Mon, 29 Nov 2010 04:48:19 +0000
(15:48 +1100)
The following warning is seen while compilation of PowerPC kernel:
CC drivers/rtc/rtc-cmos.o
drivers/rtc/rtc-cmos.c:697:2: warning: #warning Assuming 128 bytes
of RTC+NVRAM address space, not 64 bytes.
Fix it by adding defined(__powerpc__).
Signed-off-by: Srikanth Krishnakar <skrishna@mvista.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found