diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-20 01:03:45 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-20 01:03:45 +0000 |
commit | 601d70b9e5dea95a3854ba801672786f40230b75 (patch) | |
tree | 3022f114b75454606ba1c5451844b0f29d4e86c0 /hw/twl92230.c | |
parent | 66230e0dee3f29107402d25f2f867006ea5f593f (diff) |
Remove an unused field and fix some non-code typos.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4222 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/twl92230.c')
-rw-r--r-- | hw/twl92230.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/twl92230.c b/hw/twl92230.c index a9f4faf056..8d0ce5da6c 100644 --- a/hw/twl92230.c +++ b/hw/twl92230.c @@ -62,7 +62,6 @@ struct menelaus_s { int sec_offset; int alm_sec; int next_comp; - struct tm *(*gettime)(const time_t *timep, struct tm *result); } rtc; qemu_irq handler[3]; qemu_irq *in; |