forked from Imagelibrary/rtems
bsp/qoriq: Remove <rtems/irq.h> in <bsp/irq.h>
The <rtems/irq.h> defines a legacy API.
This commit is contained in:
@@ -376,9 +376,9 @@ typedef struct {
|
|||||||
char *unit_name;
|
char *unit_name;
|
||||||
volatile tsec_registers *reg_ptr;
|
volatile tsec_registers *reg_ptr;
|
||||||
volatile tsec_registers *mdio_ptr;
|
volatile tsec_registers *mdio_ptr;
|
||||||
rtems_irq_number irq_num_tx;
|
rtems_vector_number irq_num_tx;
|
||||||
rtems_irq_number irq_num_rx;
|
rtems_vector_number irq_num_rx;
|
||||||
rtems_irq_number irq_num_err;
|
rtems_vector_number irq_num_err;
|
||||||
int phy_default;
|
int phy_default;
|
||||||
} tsec_config;
|
} tsec_config;
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,6 @@
|
|||||||
#define LIBBSP_POWERPC_QORIQ_IRQ_H
|
#define LIBBSP_POWERPC_QORIQ_IRQ_H
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/irq.h>
|
|
||||||
#include <rtems/irq-extension.h>
|
|
||||||
#include <rtems/score/processormask.h>
|
#include <rtems/score/processormask.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <rtems/bspIo.h> /* printk */
|
#include <rtems/bspIo.h> /* printk */
|
||||||
#include <rtems/error.h> /* printk */
|
#include <rtems/error.h> /* printk */
|
||||||
|
#include <rtems/irq.h>
|
||||||
#include <rtems/pci.h>
|
#include <rtems/pci.h>
|
||||||
#include <rtems/score/sysstate.h>
|
#include <rtems/score/sysstate.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user