diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-09-18 10:33:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-19 06:06:23 +0300 |
commit | 2208e9a7e94e3d7da8f1b5d8d57c1d0b154afd03 (patch) | |
tree | 7881db7dbaa2c3972472e7d22fc064ad04047596 /drivers/net/ethernet/neterion/s2io.c | |
parent | 94b2bb28dbb43fcb943d5275ab19fd5a4972bedb (diff) | |
download | linux-2208e9a7e94e3d7da8f1b5d8d57c1d0b154afd03.tar.xz |
net: neterion: s2io: Use linux/io-64-nonatomic-lo-hi.h
This patch replace the custom definition of writeq/read and use ones
defined in linux/io-64-nonatomic-lo-hi.h.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/neterion/s2io.c')
-rw-r--r-- | drivers/net/ethernet/neterion/s2io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index f980f103555b..626603266ca7 100644 --- a/drivers/net/ethernet/neterion/s2io.c +++ b/drivers/net/ethernet/neterion/s2io.c @@ -75,6 +75,7 @@ #include <linux/tcp.h> #include <linux/uaccess.h> #include <linux/io.h> +#include <linux/io-64-nonatomic-lo-hi.h> #include <linux/slab.h> #include <linux/prefetch.h> #include <net/tcp.h> |