summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb337
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-06 07:56:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-06 07:57:34 +0200
commit8bd4f61c30c04473fe54211a312c7b237b93c6d8 (patch)
tree531936d2fe8cae31ebf0e608e7815b9804df0fad /bsps/arm/csb337
parentlibdl: Do not access the ELF file while the allocator is locked. (diff)
downloadrtems-8bd4f61c30c04473fe54211a312c7b237b93c6d8.tar.bz2
bsps: Remove bogus config declaration
Replace it with a proper struct rtems_bsdnet_ifconfig forward declaration. Close #3742.
Diffstat (limited to 'bsps/arm/csb337')
-rw-r--r--bsps/arm/csb337/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/csb337/include/bsp.h b/bsps/arm/csb337/include/bsp.h
index d5daa63d3e..52f7a57710 100644
--- a/bsps/arm/csb337/include/bsp.h
+++ b/bsps/arm/csb337/include/bsp.h
@@ -61,7 +61,7 @@ static inline int32_t BSP_get_baud(void) {return 38400;}
/**
* @brief Network driver configuration
*/
-extern struct rtems_bsdnet_ifconfig *config;
+struct rtems_bsdnet_ifconfig;
/* Change these to match your board */
int rtems_at91rm9200_emac_attach(struct rtems_bsdnet_ifconfig *config, int attaching);