drivers/rtc/rtc-pxa.c: avoid cpuid checking
authorHaojian Zhuang <haojian.zhuang@marvell.com>
Fri, 22 Feb 2013 00:44:29 +0000 (16:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:27 +0000 (17:22 -0800)
commit95fe8347b6ccb68c3bc0082332bffa861160c935
treed9460fd2a0b51f061b6d6d37eacc9e89a3e10771
parentc8a6046e1e0bb03406e4fc6c0a204ef58a1868e4
drivers/rtc/rtc-pxa.c: avoid cpuid checking

pxa-rtc is widely used in pxa27x/pxa3xx/pxa93x/pxa95x. Checking cpuid in
pxa-rtc driver is unnecessary since we assign on-chip device in soc files.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pxa.c