[rtems commit] powerpc/beatnik: Remove RTEMS_NETWORKING check from bsp.h

Vijay Kumar Banerjee vijay at rtems.org
Thu Jul 20 00:50:38 UTC 2023


Module:    rtems
Branch:    master
Commit:    7bca38340bdd9c6e8b545239d2cbf48b75c0bb66
Changeset: http://git.rtems.org/rtems/commit/?id=7bca38340bdd9c6e8b545239d2cbf48b75c0bb66

Author:    Vijay Kumar Banerjee <vijay at rtems.org>
Date:      Wed Jul 19 19:07:56 2023 -0500

powerpc/beatnik: Remove RTEMS_NETWORKING check from bsp.h

---

 bsps/powerpc/beatnik/include/bsp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bsps/powerpc/beatnik/include/bsp.h b/bsps/powerpc/beatnik/include/bsp.h
index 477f03345d..a70bb3997f 100644
--- a/bsps/powerpc/beatnik/include/bsp.h
+++ b/bsps/powerpc/beatnik/include/bsp.h
@@ -173,12 +173,10 @@ extern void BSP_motload_pci_fixup(void);
 int BSP_i2c_initialize(void);
 
 /* Networking; */
-#if defined(RTEMS_NETWORKING)
 #include <bsp/bsp_bsdnet_attach.h>
 int rtems_em_attach(struct rtems_bsdnet_ifconfig *, int);
 int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
 int rtems_dc_driver_attach(struct rtems_bsdnet_ifconfig *, int);
-#endif
 
 /* NOT FOR PUBLIC USE BELOW HERE */
 #define BSP_PCI_HOSE0_MEM_BASE    0x80000000  /* must be aligned to size */



More information about the vc mailing list