Deleted Added
full compact
netdevice.h (270710) netdevice.h (273135)
1/*-
2 * Copyright (c) 2010 Isilon Systems, Inc.
3 * Copyright (c) 2010 iX Systems, Inc.
4 * Copyright (c) 2010 Panasas, Inc.
5 * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 26 unchanged lines hidden (view full) ---

35
36#include <net/if_types.h>
37#include <net/if.h>
38#include <net/if_var.h>
39#include <net/if_dl.h>
40
41#include <linux/completion.h>
42#include <linux/device.h>
1/*-
2 * Copyright (c) 2010 Isilon Systems, Inc.
3 * Copyright (c) 2010 iX Systems, Inc.
4 * Copyright (c) 2010 Panasas, Inc.
5 * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 26 unchanged lines hidden (view full) ---

35
36#include <net/if_types.h>
37#include <net/if.h>
38#include <net/if_var.h>
39#include <net/if_dl.h>
40
41#include <linux/completion.h>
42#include <linux/device.h>
43#include <linux/ethtool.h>
44#include <linux/workqueue.h>
45#include <linux/net.h>
46#include <linux/notifier.h>
47
48struct net {
49};
50
51extern struct net init_net;

--- 153 unchanged lines hidden ---
43#include <linux/workqueue.h>
44#include <linux/net.h>
45#include <linux/notifier.h>
46
47struct net {
48};
49
50extern struct net init_net;

--- 153 unchanged lines hidden ---