sfc: get PIO buffer size from the NIC
[linux-2.6-microblaze.git] / drivers / net / ethernet / sfc / tx.c
index beaf980..ff88d60 100644 (file)
@@ -28,7 +28,6 @@
 
 #ifdef EFX_USE_PIO
 
-#define EFX_PIOBUF_SIZE_MAX ER_DZ_TX_PIOBUF_SIZE
 #define EFX_PIOBUF_SIZE_DEF ALIGN(256, L1_CACHE_BYTES)
 unsigned int efx_piobuf_size __read_mostly = EFX_PIOBUF_SIZE_DEF;