diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-05-03 23:25:17 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-03 23:25:17 -0700 |
commit | 70868eace5031298c6f6e991a40a2106957f582c (patch) | |
tree | 96f05538eabb42671b6d153474342903fd65d711 /net/ax25/ax25_uid.c | |
parent | 3ab33dcc82e014c69ebad3b524d0053378ef76c3 (diff) | |
download | kernel-crypto-70868eace5031298c6f6e991a40a2106957f582c.tar.gz kernel-crypto-70868eace5031298c6f6e991a40a2106957f582c.tar.xz kernel-crypto-70868eace5031298c6f6e991a40a2106957f582c.zip |
[AX.25]: Move AX.25 symbol exports
Move AX.25 symbol exports to next to their definitions where they're
supposed to be these days.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ax25/ax25_uid.c')
-rw-r--r-- | net/ax25/ax25_uid.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ax25/ax25_uid.c b/net/ax25/ax25_uid.c index b8b5854bce9..5e9a81e8b21 100644 --- a/net/ax25/ax25_uid.c +++ b/net/ax25/ax25_uid.c @@ -49,6 +49,8 @@ static DEFINE_RWLOCK(ax25_uid_lock); int ax25_uid_policy = 0; +EXPORT_SYMBOL(ax25_uid_policy); + ax25_uid_assoc *ax25_findbyuid(uid_t uid) { ax25_uid_assoc *ax25_uid, *res = NULL; @@ -67,6 +69,8 @@ ax25_uid_assoc *ax25_findbyuid(uid_t uid) return res; } +EXPORT_SYMBOL(ax25_findbyuid); + int ax25_uid_ioctl(int cmd, struct sockaddr_ax25 *sax) { ax25_uid_assoc *ax25_uid; |