[rtems commit] bsp/arm/zynq: Cadence I2C has moved, update to the new path
Chris Johns
chrisj at rtems.org
Thu Feb 17 05:46:35 UTC 2022
Module: rtems
Branch: master
Commit: 1e0a16338879af63f136fd1596b564d1ff2ab5d9
Changeset: http://git.rtems.org/rtems/commit/?id=1e0a16338879af63f136fd1596b564d1ff2ab5d9
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Feb 17 16:55:03 2022 +1100
bsp/arm/zynq: Cadence I2C has moved, update to the new path
---
bsps/arm/xilinx-zynq/include/bsp/i2c.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bsps/arm/xilinx-zynq/include/bsp/i2c.h b/bsps/arm/xilinx-zynq/include/bsp/i2c.h
index fbdf6ea..02be219 100644
--- a/bsps/arm/xilinx-zynq/include/bsp/i2c.h
+++ b/bsps/arm/xilinx-zynq/include/bsp/i2c.h
@@ -28,10 +28,11 @@
#ifndef LIBBSP_ARM_XILINX_ZYNQ_I2C_H
#define LIBBSP_ARM_XILINX_ZYNQ_I2C_H
-#include <bsp/cadence-i2c.h>
#include <bsp/irq.h>
#include <bsp.h>
+#include <dev/i2c/cadence-i2c.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
More information about the vc
mailing list