summaryrefslogtreecommitdiffstats
path: root/kernel/include/net/switchdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/net/switchdev.h')
-rw-r--r--kernel/include/net/switchdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/net/switchdev.h b/kernel/include/net/switchdev.h
index 1d22ce9f3..31d0e5143 100644
--- a/kernel/include/net/switchdev.h
+++ b/kernel/include/net/switchdev.h
@@ -88,7 +88,7 @@ struct switchdev_obj_ipv4_fib {
struct switchdev_obj obj;
u32 dst;
int dst_len;
- struct fib_info fi;
+ struct fib_info *fi;
u8 tos;
u8 type;
u32 nlflags;