Commit 17b7f2db authored by Peter Maydell's avatar Peter Maydell
Browse files

arm devices: Clean up includes



Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-36-git-send-email-peter.maydell@linaro.org
parent b98ba684
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, see <http://www.gnu.org/licenses/>.
 */
#include "qemu/osdep.h"
#include "sysemu/char.h"
#include "hw/hw.h"
#include "hw/arm/omap.h"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 * THE SOFTWARE.
 */

#include "qemu/osdep.h"
#include "hw/char/stm32f2xx_usart.h"

#ifndef STM_USART_ERR_DEBUG
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 * THE SOFTWARE.
 */

#include "qemu/osdep.h"
#include "hw/sysbus.h"
#include "sysemu/char.h"

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * This code is licensed under the GPL.
 */

#include "qemu/osdep.h"
#include "hw/cpu/a9mpcore.h"

static void a9mp_priv_set_irq(void *opaque, int irq, int level)
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 * This code is licensed under the GPL.
 */

#include "qemu/osdep.h"
#include "hw/cpu/arm11mpcore.h"
#include "hw/intc/realview_gic.h"

Loading