diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-12-16 01:46:04 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 16:19:59 +0100 |
commit | 50e49bee3fc5c0cd0aff80ebd8061f356b7b9bd8 (patch) | |
tree | d5326488fb1f09251f9bfdca682d6c02993725b4 /drivers/char/efirtc.c | |
parent | rtc-stk17ta8: fix races around device registration (diff) | |
download | linux-50e49bee3fc5c0cd0aff80ebd8061f356b7b9bd8.tar.xz linux-50e49bee3fc5c0cd0aff80ebd8061f356b7b9bd8.zip |
rtc: do not use container_of macro as an argument for to_platform_device
The to_platform_device macro itself uses container_of macro. Nested use
of container_of macro causes following sparse warnings:
rtc-ds1553.c:259:3: warning: symbol '__mptr' shadows an earlier one
rtc-ds1553.c:259:3: originally declared here
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Cc: Andrew Sharp <andy.sharp@lsi.com>
Cc: Thomas Hommel <thomas.hommel@gefanuc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions