mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 21:35:08 +00:00
Cleanup some warning from timestamping code.
Following checkpatch.pl recommendations (which include replacing with <linux/io.h> the <asm/io.h>, since linux/io.h includes it). Signed-off-by: Ezequiel Lara Gomez <ezegomez@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6df014cffb
commit
b3407c8e5e
@ -41,7 +41,7 @@
|
||||
#include <linux/in.h>
|
||||
|
||||
#include <linux/uaccess.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
#include <linux/inet.h>
|
||||
#include <linux/netdevice.h>
|
||||
@ -65,8 +65,7 @@ struct pcpu_lstats {
|
||||
struct u64_stats_sync syncp;
|
||||
};
|
||||
|
||||
/*
|
||||
* The higher levels take care of making this non-reentrant (it's
|
||||
/* The higher levels take care of making this non-reentrant (it's
|
||||
* called with bh's disabled).
|
||||
*/
|
||||
static netdev_tx_t loopback_xmit(struct sk_buff *skb,
|
||||
@ -170,8 +169,7 @@ static const struct net_device_ops loopback_ops = {
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
};
|
||||
|
||||
/*
|
||||
* The loopback device is special. There is only one instance
|
||||
/* The loopback device is special. There is only one instance
|
||||
* per network namespace.
|
||||
*/
|
||||
static void loopback_setup(struct net_device *dev)
|
||||
@ -221,7 +219,6 @@ static __net_init int loopback_net_init(struct net *net)
|
||||
net->loopback_dev = dev;
|
||||
return 0;
|
||||
|
||||
|
||||
out_free_netdev:
|
||||
free_netdev(dev);
|
||||
out:
|
||||
|
Loading…
x
Reference in New Issue
Block a user