]> Git Repo - u-boot.git/blobdiff - drivers/i2c/sh_i2c.c
common: Drop asm/global_data.h from common header
[u-boot.git] / drivers / i2c / sh_i2c.c
index ef797252198c7ad342308166e0e8d64adea6c0c0..26a87006698ecf0a0e968e2a07bc993e0dd97cd5 100644 (file)
@@ -1,16 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2011, 2013 Renesas Solutions Corp.
  * Copyright (C) 2011, 2013 Nobuhiro Iwamatsu <[email protected]>
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * NOTE: This driver should be converted to driver model before June 2017.
- * Please see doc/driver-model/i2c-howto.txt for instructions.
+ * Please see doc/driver-model/i2c-howto.rst for instructions.
  */
 
 #include <common.h>
 #include <i2c.h>
+#include <log.h>
+#include <asm/global_data.h>
 #include <asm/io.h>
+#include <linux/delay.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.023244 seconds and 4 git commands to generate.