]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ixgb/ixgb.h
ixgb: ROUND_UP macro cleanup in drivers/net/ixgb
[linux-2.6-omap-h63xx.git] / drivers / net / ixgb / ixgb.h
index cf30a1059ce02f1808b4cd8251366df938958b35..c8e90861f8694ca5e64c961d195678c22a8f2ee6 100644 (file)
@@ -111,9 +111,6 @@ struct ixgb_adapter;
 /* How many Rx Buffers do we bundle into one write to the hardware ? */
 #define IXGB_RX_BUFFER_WRITE   8       /* Must be power of 2 */
 
-/* only works for sizes that are powers of 2 */
-#define IXGB_ROUNDUP(i, size) ((i) = (((i) + (size) - 1) & ~((size) - 1)))
-
 /* wrapper around a pointer to a socket buffer,
  * so a DMA handle can be stored along with the buffer */
 struct ixgb_buffer {