diff options
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | net/sched/act_api.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 645a9f85f33f..ec8846f58f63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2752,6 +2752,12 @@ P: Christoph Hellwig | |||
2752 | M: hch@infradead.org | 2752 | M: hch@infradead.org |
2753 | S: Maintained | 2753 | S: Maintained |
2754 | 2754 | ||
2755 | TC CLASSIFIER | ||
2756 | P: Jamal Hadi Salim | ||
2757 | M: hadi@cyberus.ca | ||
2758 | L: netdev@vger.kernel.org | ||
2759 | S: Maintained | ||
2760 | |||
2755 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT | 2761 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT |
2756 | P: Deepak Saxena | 2762 | P: Deepak Saxena |
2757 | M: dsaxena@plexity.net | 2763 | M: dsaxena@plexity.net |
diff --git a/net/sched/act_api.c b/net/sched/act_api.c index 0972247a839c..9affeeedf107 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c | |||
@@ -884,8 +884,6 @@ static int __init tc_action_init(void) | |||
884 | link_p[RTM_GETACTION-RTM_BASE].dumpit = tc_dump_action; | 884 | link_p[RTM_GETACTION-RTM_BASE].dumpit = tc_dump_action; |
885 | } | 885 | } |
886 | 886 | ||
887 | printk("TC classifier action (bugs to netdev@vger.kernel.org cc " | ||
888 | "hadi@cyberus.ca)\n"); | ||
889 | return 0; | 887 | return 0; |
890 | } | 888 | } |
891 | 889 | ||