Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / include / linux / netdevice.h
index f8898a435dc51609097aedc4a4ad3954d26a71f8..a94a5a0ab122e8fc577df4db38eb65c1ec543f9c 100644 (file)
@@ -593,7 +593,6 @@ struct rps_dev_flow {
 struct rps_dev_flow_table {
        unsigned int mask;
        struct rcu_head rcu;
-       struct work_struct free_work;
        struct rps_dev_flow flows[0];
 };
 #define RPS_DEV_FLOW_TABLE_SIZE(_num) (sizeof(struct rps_dev_flow_table) + \
This page took 0.032062 seconds and 5 git commands to generate.