bsps/lm32: Do not include network headers in bsp.h

Update #3254.
This commit is contained in:
Sebastian Huber
2018-01-12 07:25:01 +01:00
parent 31285e1ed4
commit a67f44c66e
2 changed files with 2 additions and 5 deletions

View File

@@ -35,10 +35,6 @@
* @brief EVR support package.
*/
#if defined(RTEMS_NETWORKING)
#include <rtems/rtems_bsdnet.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
@@ -53,6 +49,8 @@ extern "C" {
#define CPU_U32_FIX
#if defined(RTEMS_NETWORKING)
struct rtems_bsdnet_ifconfig;
extern int rtems_tsmac_driver_attach(struct rtems_bsdnet_ifconfig *config,
int attaching);

View File

@@ -48,7 +48,6 @@ extern "C" {
#define CPU_U32_FIX
#if defined(RTEMS_NETWORKING)
#include <rtems/rtems_bsdnet.h>
struct rtems_bsdnet_ifconfig;
extern int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *config,
int attaching);