]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/block/nand.c: Include osdep.h first
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Feb 2016 19:11:45 +0000 (19:11 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2016 14:29:26 +0000 (14:29 +0000)
commit74c0e4744103652764cdf564849239b8dd426f15
treecaaef8e97b73f26b779b8a397c2d40de79522918
parent888ea96aae29ce6a28afb86c2eee30068dc14d46
hw/block/nand.c: Include osdep.h first

Include osdep.h as the first header in nand.c; this has to be
done manually because coccinelle gets confused by the way that
this C file includes itself.

We fix some odd spacing in #includes while we are in the area.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
hw/block/nand.c