Commit b44ce451 authored by Jason Wang's avatar Jason Wang Committed by Michael S. Tsirkin
Browse files

rtl8139: remove unused marco

parent cde31a0e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -65,9 +65,6 @@

#define PCI_FREQUENCY 33000000L

/* debug RTL8139 card C+ mode only */
//#define DEBUG_RTL8139CP 1

#define SET_MASKED(input, mask, curr) \
    ( ( (input) & ~(mask) ) | ( (curr) & (mask) ) )