On Tue, Sep 17, 2013 at 1:20 PM, Pravin Shelar wrote:
> On Fri, Sep 13, 2013 at 2:16 PM, Jesse Gross wrote:
>> The symbol HAVE_NET_DEVICE_OPS was changed in 3.1 but code the that
>> it was protecting dates back to before 2.6.32. Therefore, we can
>> just assume that net_device_ops exists in all c
On Fri, Sep 13, 2013 at 2:16 PM, Jesse Gross wrote:
> The symbol HAVE_NET_DEVICE_OPS was changed in 3.1 but code the that
> it was protecting dates back to before 2.6.32. Therefore, we can
> just assume that net_device_ops exists in all cases and drop the
> compat code.
>
> Signed-off-by: Jesse Gr
The symbol HAVE_NET_DEVICE_OPS was changed in 3.1 but code the that
it was protecting dates back to before 2.6.32. Therefore, we can
just assume that net_device_ops exists in all cases and drop the
compat code.
Signed-off-by: Jesse Gross
---
datapath/vport-internal_dev.c | 19 ---