]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e1000/e1000_main.c
e1000: Removing the unused macro PAGE_USE_COUNT()
[linux-2.6-omap-h63xx.git] / drivers / net / e1000 / e1000_main.c
index ca7cd7e2bf23c7ccb2ee6329a91638b451331b8e..61b56ca0005194844fd6c2f914a2c35c0b25c15a 100644 (file)
@@ -1877,8 +1877,6 @@ int e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
  * e1000_setup_rctl - configure the receive control registers
  * @adapter: Board private structure
  **/
-#define PAGE_USE_COUNT(S) (((S) >> PAGE_SHIFT) + \
-                       (((S) & (PAGE_SIZE - 1)) ? 1 : 0))
 static void e1000_setup_rctl(struct e1000_adapter *adapter)
 {
        struct e1000_hw *hw = &adapter->hw;