diff options
Diffstat (limited to 'include/net/garp.h')
-rw-r--r-- | include/net/garp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/garp.h b/include/net/garp.h index f4c295984c45..8cabbf087169 100644 --- a/include/net/garp.h +++ b/include/net/garp.h | |||
@@ -108,6 +108,7 @@ struct garp_applicant { | |||
108 | 108 | ||
109 | struct garp_port { | 109 | struct garp_port { |
110 | struct garp_applicant __rcu *applicants[GARP_APPLICATION_MAX + 1]; | 110 | struct garp_applicant __rcu *applicants[GARP_APPLICATION_MAX + 1]; |
111 | struct rcu_head rcu; | ||
111 | }; | 112 | }; |
112 | 113 | ||
113 | extern int garp_register_application(struct garp_application *app); | 114 | extern int garp_register_application(struct garp_application *app); |