arm/xilinx-zynq: Do not provide legacy API

The header file <rtems/irq.h> provides a legacy API.  Do not provide it
by default through <bsp/irq.h>.
This commit is contained in:
Sebastian Huber
2023-05-23 10:49:14 +02:00
parent da2b49e7b7
commit bc31fb65d2
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
static struct timecounter a9mpcore_tc;
/* This is defined in dev/clock/clockimpl.h */
void Clock_isr(rtems_irq_hdl_param arg);
void Clock_isr(void *arg);
__attribute__ ((weak)) uint32_t a9mpcore_clock_periphclk(void)
{

View File

@@ -36,7 +36,6 @@
#ifndef ASM
#include <rtems/irq.h>
#include <rtems/irq-extension.h>
#include <bsp/arm-a9mpcore-irq.h>