Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218401
b: refs/heads/master
c: 7f8a688
h: refs/heads/master
i:
  218399: f41d4b6
v: v3
  • Loading branch information
Denis Kirjanov authored and David S. Miller committed Oct 24, 2010
1 parent cbc52a4 commit c1314a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c5578194abde100c089855cce72e87c047d8530
refs/heads/master: 7f8a688e1e319fcc94dbed83a6ec82cea13f10b9
15 changes: 4 additions & 11 deletions trunk/drivers/net/slhc.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,18 +688,8 @@ slhc_toss(struct slcompress *comp)
return 0;
}


/* VJ header compression */
EXPORT_SYMBOL(slhc_init);
EXPORT_SYMBOL(slhc_free);
EXPORT_SYMBOL(slhc_remember);
EXPORT_SYMBOL(slhc_compress);
EXPORT_SYMBOL(slhc_uncompress);
EXPORT_SYMBOL(slhc_toss);

#else /* CONFIG_INET */


int
slhc_toss(struct slcompress *comp)
{
Expand Down Expand Up @@ -738,12 +728,15 @@ slhc_init(int rslots, int tslots)
printk(KERN_DEBUG "Called IP function on non IP-system: slhc_init");
return NULL;
}

#endif /* CONFIG_INET */

/* VJ header compression */
EXPORT_SYMBOL(slhc_init);
EXPORT_SYMBOL(slhc_free);
EXPORT_SYMBOL(slhc_remember);
EXPORT_SYMBOL(slhc_compress);
EXPORT_SYMBOL(slhc_uncompress);
EXPORT_SYMBOL(slhc_toss);

#endif /* CONFIG_INET */
MODULE_LICENSE("Dual BSD/GPL");

0 comments on commit c1314a2

Please sign in to comment.