aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_unlabeled.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlabel/netlabel_unlabeled.c')
-rw-r--r--net/netlabel/netlabel_unlabeled.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netlabel/netlabel_unlabeled.c b/net/netlabel/netlabel_unlabeled.c
index f0f1322911de..4478f2f6079d 100644
--- a/net/netlabel/netlabel_unlabeled.c
+++ b/net/netlabel/netlabel_unlabeled.c
@@ -1624,7 +1624,7 @@ static struct genl_ops netlbl_unlabel_genl_ops[] = {
1624 * mechanism. Returns zero on success, negative values on failure. 1624 * mechanism. Returns zero on success, negative values on failure.
1625 * 1625 *
1626 */ 1626 */
1627int netlbl_unlabel_genl_init(void) 1627int __init netlbl_unlabel_genl_init(void)
1628{ 1628{
1629 int ret_val, i; 1629 int ret_val, i;
1630 1630
@@ -1661,7 +1661,7 @@ static struct notifier_block netlbl_unlhsh_netdev_notifier = {
1661 * non-zero values on error. 1661 * non-zero values on error.
1662 * 1662 *
1663 */ 1663 */
1664int netlbl_unlabel_init(u32 size) 1664int __init netlbl_unlabel_init(u32 size)
1665{ 1665{
1666 u32 iter; 1666 u32 iter;
1667 struct netlbl_unlhsh_tbl *hsh_tbl; 1667 struct netlbl_unlhsh_tbl *hsh_tbl;
@@ -1765,7 +1765,7 @@ unlabel_getattr_nolabel:
1765 * and to send unlabeled network traffic by default. 1765 * and to send unlabeled network traffic by default.
1766 * 1766 *
1767 */ 1767 */
1768int netlbl_unlabel_defconf(void) 1768int __init netlbl_unlabel_defconf(void)
1769{ 1769{
1770 int ret_val; 1770 int ret_val;
1771 struct netlbl_dom_map *entry; 1771 struct netlbl_dom_map *entry;