hw/omap1.c: omap_mpuio_init() need not be public
commit3b204c8129bc6a6843cb9ff555132babf134286c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Dec 2011 08:11:31 +0000 (20 08:11 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 4 Jan 2012 10:35:09 +0000 (4 10:35 +0000)
treea8ec64856b7bd1e1f46767a609956a15496bab88
parent128939a954194e37bbe67d1b94abcba599d30d10
hw/omap1.c: omap_mpuio_init() need not be public

omap_mpuio_init() is only used and defined in omap1.c, so make it static.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/omap.h
hw/omap1.c