hw/acpi: move typeinfo to the file end
commit5fdae20cef2857a2c63c8d4fa7df6274d6d7c3c8
authorIgor Mammedov <imammedo@redhat.com>
Wed, 5 Feb 2014 15:36:47 +0000 (5 16:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Feb 2014 08:23:36 +0000 (10 10:23 +0200)
tree94da725482bece755a859f6ce9d5165e76e62a90
parent1a37eca107cece3ed454bae29eef0bd1fac4a244
hw/acpi: move typeinfo to the file end

do so to avoid not necessary forward declarations and
place typeinfo registration at the file end where it's
usually expected.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/piix4.c