summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2014-03-13 14:33:00 +0100
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-21 09:57:20 -0500
commita46e02c7eabc58cb61eebe94d3a69def5f4edb2a (patch)
treef0c96baae327889ade36c6d91e3e5f415031a161 /c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c
parentsmc91111: Move driver attach prototype to header file. (diff)
downloadrtems-a46e02c7eabc58cb61eebe94d3a69def5f4edb2a.tar.bz2
bsps/sparc: Make local functions static.
The PCI and RASTA versions of the uart, spacewire and 1553 drivers directly includes the c-file of the standard versions of the drivers, but uses a macro to change the name of the driver register function. When the standard version is used this function should be global, when it is included as part of the PCI and RASTA versions it should be local and static.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c b/c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c
index 3be26b1b74..2ae4af5607 100644
--- a/c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c
+++ b/c/src/lib/libbsp/sparc/shared/1553/b1553brm_pci.c
@@ -1,3 +1,6 @@
+#include <ambapp.h>
+#include <b1553brm_pci.h>
+
/* Select PCI driver */
#define B1553BRM_NO_AMBA
#define B1553BRM_PCI