diff options
Diffstat (limited to 'net/wimax/op-state-get.c')
-rw-r--r-- | net/wimax/op-state-get.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wimax/op-state-get.c b/net/wimax/op-state-get.c index a76b8fcb056d..11ad3356eb56 100644 --- a/net/wimax/op-state-get.c +++ b/net/wimax/op-state-get.c | |||
@@ -33,8 +33,7 @@ | |||
33 | #include "debug-levels.h" | 33 | #include "debug-levels.h" |
34 | 34 | ||
35 | 35 | ||
36 | static const | 36 | static const struct nla_policy wimax_gnl_state_get_policy[WIMAX_GNL_ATTR_MAX + 1] = { |
37 | struct nla_policy wimax_gnl_state_get_policy[WIMAX_GNL_ATTR_MAX + 1] = { | ||
38 | [WIMAX_GNL_STGET_IFIDX] = { | 37 | [WIMAX_GNL_STGET_IFIDX] = { |
39 | .type = NLA_U32, | 38 | .type = NLA_U32, |
40 | }, | 39 | }, |