summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/net/leon_greth.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/leon3/net/leon_greth.c')
-rw-r--r--bsps/sparc/leon3/net/leon_greth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsps/sparc/leon3/net/leon_greth.c b/bsps/sparc/leon3/net/leon_greth.c
index 5b0c99d..934728f 100644
--- a/bsps/sparc/leon3/net/leon_greth.c
+++ b/bsps/sparc/leon3/net/leon_greth.c
@@ -13,6 +13,7 @@
#include <bsp.h>
#include <libchip/greth.h>
+#include <grlib/ambapp.h>
/*#if (GRETH_DEBUG & GRETH_DEBUG_PRINT_REGISTERS)*/
#include <stdio.h>
/*#endif*/
@@ -36,7 +37,7 @@ int rtems_leon_greth_driver_attach(
struct ambapp_apb_info *apb;
/* Scan for MAC AHB slave interface */
- adev = (void *)ambapp_for_each(&ambapp_plb, (OPTIONS_ALL|OPTIONS_APB_SLVS),
+ adev = (void *)ambapp_for_each(ambapp_plb(), (OPTIONS_ALL|OPTIONS_APB_SLVS),
VENDOR_GAISLER, GAISLER_ETHMAC,
ambapp_find_by_idx, NULL);
if (adev) {