From 82e05450cac69cf1b14a16c64249496e3b1c4897 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 9 Dec 2019 14:46:31 -0600 Subject: [PATCH] include: Fix use of -> Fix #include as it has been deprecated and should be #include . Signed-off-by: Kumar Gala --- soc/arm/microchip_mec/mec1501/device_power.c | 2 +- soc/arm/microchip_mec/mec1501/power.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/soc/arm/microchip_mec/mec1501/device_power.c b/soc/arm/microchip_mec/mec1501/device_power.c index 08c73e13b6b..6a42afb5f03 100644 --- a/soc/arm/microchip_mec/mec1501/device_power.c +++ b/soc/arm/microchip_mec/mec1501/device_power.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include /* diff --git a/soc/arm/microchip_mec/mec1501/power.c b/soc/arm/microchip_mec/mec1501/power.c index cc8e0704fe2..645493c5d02 100644 --- a/soc/arm/microchip_mec/mec1501/power.c +++ b/soc/arm/microchip_mec/mec1501/power.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include "device_power.h"