From c51885da952e2e31adc2c37226614816665f34eb Mon Sep 17 00:00:00 2001 From: Conor Paxton Date: Fri, 27 Aug 2021 10:40:08 +0100 Subject: [PATCH] Squashed 'drivers/fpga_ip/CoreSysServices_PF/' changes from 4a4dcd4..8498a7f 8498a7f Updated the copyright info and removed some unused file inclusions git-subtree-dir: drivers/fpga_ip/CoreSysServices_PF git-subtree-split: 8498a7f295444560f4757717f5749588aea49328 --- core_sysservices_pf.c | 5 ++--- core_sysservices_pf.h | 2 -- coresysservicespf_regs.h | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/core_sysservices_pf.c b/core_sysservices_pf.c index fca641b..7784acb 100644 --- a/core_sysservices_pf.c +++ b/core_sysservices_pf.c @@ -1,14 +1,13 @@ /******************************************************************************* - * (c) Copyright 2019-2021 Microchip SoC Products Group. All rights reserved. + * (c) Copyright 2019-2021 Microchip FPGA Embedded Systems Solutions. * * PF_System_Services driver implementation. See file "core_syservices_pf.h" for * description of the functions implemented in this file. * */ #include "hal/hal.h" -#include "coresysservicespf_regs.h" #include "core_sysservices_pf.h" -#include "hal/hal_assert.h" +#include "coresysservicespf_regs.h" #ifdef __cplusplus extern "C" { diff --git a/core_sysservices_pf.h b/core_sysservices_pf.h index 8e56d57..ad44261 100644 --- a/core_sysservices_pf.h +++ b/core_sysservices_pf.h @@ -133,8 +133,6 @@ #ifndef __CORE_SYSSERV_PF_H #define __CORE_SYSSERV_PF_H 1 -#include "hal/cpu_types.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/coresysservicespf_regs.h b/coresysservicespf_regs.h index 0097abd..1cdac5e 100644 --- a/coresysservicespf_regs.h +++ b/coresysservicespf_regs.h @@ -1,5 +1,5 @@ /******************************************************************************* - * (c) Copyright 2019-2021 Microchip SoC Products Group. All rights reserved. + * (c) Copyright 2019-2021 Microchip FPGA Embedded Systems Solutions. * * Register bit offsets and masks definitions for CoreSysServices_PF driver. */