[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 68/68] i386/i386at/com.h: include chips/busses.h for struct bus_d
From: |
Marin Ramesa |
Subject: |
[PATCH 68/68] i386/i386at/com.h: include chips/busses.h for struct bus_device |
Date: |
Fri, 29 Nov 2013 22:54:33 +0100 |
* i386/i386at/com.h: Include chips/busses.h.
---
i386/i386at/com.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/i386/i386at/com.h b/i386/i386at/com.h
index 054d307..fa7ce17 100644
--- a/i386/i386at/com.h
+++ b/i386/i386at/com.h
@@ -29,6 +29,7 @@
#include <mach/std_types.h>
#include <device/cons.h>
#include <device/tty.h>
+#include <chips/busses.h>
/*
* Set receive modem state from modem status register.
--
1.8.1.4
- [PATCH 58/68] kern/time_stamp.c: remove multimax code, (continued)
- [PATCH 58/68] kern/time_stamp.c: remove multimax code, Marin Ramesa, 2013/11/29
- [PATCH 59/68] Type definition, Marin Ramesa, 2013/11/29
- [PATCH 60/68] device/net_io.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 61/68] i386/i386at/kd.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 62/68] i386/i386at/model_dep.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 63/68] ipc/ipc_entry.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 65/68] kern/mach_clock.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 64/68] ipc/mach_port.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 66/68] ddb/db_variables.c: fix near initialization, Marin Ramesa, 2013/11/29
- [PATCH 67/68] device/ds_routines.c: fix initialization from incompatible pointer type, Marin Ramesa, 2013/11/29
- [PATCH 68/68] i386/i386at/com.h: include chips/busses.h for struct bus_device,
Marin Ramesa <=
- [PATCH 57/68] Remove MACH_TTD code, Marin Ramesa, 2013/11/29
- [PATCH 54/68] Convert from K&R to ANSI, Marin Ramesa, 2013/11/29
- [PATCH 55/68] Declare void argument lists, Marin Ramesa, 2013/11/29