summaryrefslogtreecommitdiffstats
path: root/recipes/ixp4xx/ixp4xx-csr-2.1.1/ixnpemhconfigisr-is-private.patch
blob: 54faadf34af234bc6c83f8db8a1da739e16be769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ixp400_xscale_sw/src/npeMh/IxNpeMhSymbols.c	1970-01-01 00:00:00.000000000 +0000
+++ ixp400_xscale_sw/src/npeMh/IxNpeMhSymbols.c	1970-01-01 00:00:00.000000000 +0000
@@ -63,7 +63,6 @@ EXPORT_SYMBOL(ixNpeMhMessagesReceive);
 EXPORT_SYMBOL(ixNpeMhShow);
 EXPORT_SYMBOL(ixNpeMhShowReset);
 
-extern void ixNpeMhConfigIsr (void *parameter);
 extern BOOL ixNpeMhConfigInFifoIsFull(IxNpeMhNpeId npeId);
 extern BOOL ixNpeMhConfigOutFifoIsEmpty (IxNpeMhNpeId npeId);
 extern void ixNpeMhConfigLockRelease (IxNpeMhNpeId npeId);
@@ -72,7 +71,6 @@ extern void ixNpeMhConfigOutFifoRead (Ix
 extern void ixNpeMhConfigInFifoWrite (IxNpeMhNpeId npeId,IxNpeMhMessage message);
 extern struct ixNpeMhConfigNpeInfo ixNpeMhConfigNpeInfo[IX_NPEMH_NUM_NPES];
 
-EXPORT_SYMBOL(ixNpeMhConfigIsr);
 EXPORT_SYMBOL(ixNpeMhConfigInFifoIsFull);
 EXPORT_SYMBOL(ixNpeMhConfigOutFifoIsEmpty);
 EXPORT_SYMBOL(ixNpeMhConfigLockRelease);