Commit 35fd5c4b authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr r8169] remove driver-local DMA_xxBIT_MASK definitions

They are now upstream, we don't need driver-local ones anymore.
parent 96f2c4a4
......@@ -43,13 +43,10 @@ VERSION 1.2 <2002/11/30>
#include <linux/ethtool.h>
#include <linux/crc32.h>
#include <linux/init.h>
#include <linux/dma-mapping.h>
#include <asm/io.h>
/* FIXME: remove this, when the definitions are upstream */
#define DMA_32BIT_MASK 0xffffffffULL
#define DMA_64BIT_MASK 0xffffffffffffffffULL
#define RTL8169_VERSION "1.2"
#define MODULENAME "r8169"
#define RTL8169_DRIVER_NAME MODULENAME " Gigabit Ethernet driver " RTL8169_VERSION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment