[PATCH] drivers/net/e1000/: possible cleanups
[deliverable/linux.git] / drivers / net / e1000 / e1000_main.c
index 627f224d78bc0113a2cb8096f2d413346aa10867..726f43d55937a0b591e496c7592ba5417e6d2647 100644 (file)
@@ -4386,11 +4386,13 @@ e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value)
        pci_write_config_word(adapter->pdev, reg, *value);
 }
 
+#if 0
 uint32_t
 e1000_io_read(struct e1000_hw *hw, unsigned long port)
 {
        return inl(port);
 }
+#endif  /*  0  */
 
 void
 e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value)
This page took 0.025145 seconds and 5 git commands to generate.