diff options
Diffstat (limited to 'include/net/genetlink.h')
| -rw-r--r-- | include/net/genetlink.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/genetlink.h b/include/net/genetlink.h index 52d8b1a73d52..805de50df00d 100644 --- a/include/net/genetlink.h +++ b/include/net/genetlink.h  | |||
| @@ -22,7 +22,6 @@ struct genl_family | |||
| 22 | char name[GENL_NAMSIZ]; | 22 | char name[GENL_NAMSIZ]; | 
| 23 | unsigned int version; | 23 | unsigned int version; | 
| 24 | unsigned int maxattr; | 24 | unsigned int maxattr; | 
| 25 | struct module * owner; | ||
| 26 | struct nlattr ** attrbuf; /* private */ | 25 | struct nlattr ** attrbuf; /* private */ | 
| 27 | struct list_head ops_list; /* private */ | 26 | struct list_head ops_list; /* private */ | 
| 28 | struct list_head family_list; /* private */ | 27 | struct list_head family_list; /* private */ | 
| @@ -60,7 +59,7 @@ struct genl_info | |||
| 60 | */ | 59 | */ | 
| 61 | struct genl_ops | 60 | struct genl_ops | 
| 62 | { | 61 | { | 
| 63 | unsigned int cmd; | 62 | u8 cmd; | 
| 64 | unsigned int flags; | 63 | unsigned int flags; | 
| 65 | struct nla_policy *policy; | 64 | struct nla_policy *policy; | 
| 66 | int (*doit)(struct sk_buff *skb, | 65 | int (*doit)(struct sk_buff *skb, | 
