summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/can
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/can
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 'c/src/lib/libbsp/sparc/shared/can')
-rw-r--r--c/src/lib/libbsp/sparc/shared/can/occan_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/can/occan_pci.c b/c/src/lib/libbsp/sparc/shared/can/occan_pci.c
index a1fecc52dc..12273c99fc 100644
--- a/c/src/lib/libbsp/sparc/shared/can/occan_pci.c
+++ b/c/src/lib/libbsp/sparc/shared/can/occan_pci.c
@@ -3,6 +3,8 @@
*/
#define OCCAN_WORD_REGS
+#include <occan_pci.h>
+
/* Set registered device name */
#define OCCAN_DEVNAME "/dev/occanpci0"
#define OCCAN_DEVNAME_NO(devstr,no) ((devstr)[13]='0'+(no))