diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 01:51:28 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 01:51:28 +0000 |
commit | 9e7d11ff34f2213ba4e7ef35720f058b9a1ec8c3 (patch) | |
tree | bbe59cd562a1f0433a41a22772315815e57a431f /hw/omap2.c | |
parent | ed005253181b0dae5911e1378f274ed80a20d0be (diff) | |
download | qemu-9e7d11ff34f2213ba4e7ef35720f058b9a1ec8c3.tar.gz qemu-9e7d11ff34f2213ba4e7ef35720f058b9a1ec8c3.tar.bz2 qemu-9e7d11ff34f2213ba4e7ef35720f058b9a1ec8c3.zip |
Remove a duplicate omap_l4_attach(), add one missing elsewhere.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5900 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap2.c')
-rw-r--r-- | hw/omap2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/omap2.c b/hw/omap2.c index 58debaf552..01b7d52c21 100644 --- a/hw/omap2.c +++ b/hw/omap2.c @@ -3898,7 +3898,6 @@ struct omap_sysctl_s *omap_sysctl_init(struct omap_target_agent_s *ta, iomemtype = l4_register_io_memory(0, omap_sysctl_readfn, omap_sysctl_writefn, s); omap_l4_attach(ta, 0, iomemtype); - omap_l4_attach(ta, 0, iomemtype); return s; } |