aboutsummaryrefslogtreecommitdiffstats
path: root/hw/twl92230.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-20 01:03:45 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-20 01:03:45 +0000
commit601d70b9e5dea95a3854ba801672786f40230b75 (patch)
tree3022f114b75454606ba1c5451844b0f29d4e86c0 /hw/twl92230.c
parent66230e0dee3f29107402d25f2f867006ea5f593f (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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/twl92230.c b/hw/twl92230.c
index a9f4faf05..8d0ce5da6 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;