]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/timer: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:18 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:24 +0000 (15:07 +0000)
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: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-26-git-send-email-peter.maydell@linaro.org

hw/timer/ds1338.c
hw/timer/etraxfs_timer.c
hw/timer/m48t59.c
hw/timer/omap_gptimer.c
hw/timer/omap_synctimer.c
hw/timer/sh_timer.c
hw/timer/slavio_timer.c
hw/timer/stm32f2xx_timer.c
hw/timer/tusb6010.c
hw/timer/twl92230.c
hw/timer/xilinx_timer.c

index ec6dbeeab0ec7b96f40b345fd5cb1ef6b3082ea7..ff315613bd1d6ec57e65c03e666461c2f93d4b1f 100644 (file)
@@ -10,6 +10,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "hw/i2c/i2c.h"
 
 /* Size of NVRAM including both the user-accessible area and the
index aee4990eb10306cc41ab7cd68c223a6d42e9ec1a..36d8f462c48e49d61e436973d60b6632c3c50c5d 100644 (file)
@@ -21,6 +21,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
 #include "qemu/timer.h"
index b3df8f9ec9a4dfd33e15238771650f68b68b7670..bbcfeb2192bfc78906b4a0ffe2fa36f396dcf4a4 100644 (file)
@@ -22,6 +22,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/timer/m48t59.h"
 #include "qemu/timer.h"
index dcf706c46e46c4bb2ea989fb0576c54f82f3f4b4..b30342129a58202ecfe629eb7bb44187f37f7a0c 100644 (file)
@@ -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 "hw/hw.h"
 #include "qemu/timer.h"
 #include "hw/arm/omap.h"
index 8e50488d179c0f0a7ff736894464f9b788b26de1..edd8d98d5786c70188e51197b2a3ac271fdb303d 100644 (file)
@@ -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 "hw/hw.h"
 #include "qemu/timer.h"
 #include "hw/arm/omap.h"
index 07f0670b5d26487d67fee5ed58c920f0f71bfac9..255b2fc9101732d6c7903905f8013fa1324b157d 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/sh4/sh.h"
 #include "qemu/timer.h"
index 45d97e667839ea6483c8e5f98053175ca5baf158..fb3e08bedc8639f1d9f62dbe75d08414062d0145 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sparc/sun4m.h"
 #include "qemu/timer.h"
 #include "hw/ptimer.h"
index ecadf9df85642eff8afa36ce51478ed5686db382..55dacbbe3bf6f008f44da5a8928b8d1d0bc0e381 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/timer/stm32f2xx_timer.h"
 
 #ifndef STM_TIMER_ERR_DEBUG
index 459c748e1b0b821a5207d3ebf155091c9b6526a8..9f6af90806e16798c5fa3ff8cc7143238562e2ab 100644 (file)
@@ -18,6 +18,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 "qemu-common.h"
 #include "qemu/timer.h"
 #include "hw/usb.h"
index 7ded4ba2ad046397ea0311f8bd97413346b005c1..1c92438b18b6094cc14e81747ef88ab394a27ab3 100644 (file)
@@ -19,6 +19,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "qemu/timer.h"
 #include "hw/i2c/i2c.h"
index cdb33551740676f5c131a824ab9bfb02283eb5ca..2ea970dc9d71ab52ad6c6eef826285bafbc1cefb 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/ptimer.h"
 #include "qemu/log.h"