MFC r260056:

In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function.
This commit is contained in:
Dimitry Andric 2014-01-04 21:23:49 +00:00
parent 854e0dbf00
commit bb45cb03df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=260286

View File

@ -62,6 +62,7 @@ __hal_ring_block_memblock_idx_set(
VXGE_HAL_RING_MEMBLOCK_IDX_OFFSET))) = memblock_idx;
}
#if 0
/*
* __hal_ring_block_next_pointer - Returns the dma address of next block
* @block: RxD block
@ -76,6 +77,7 @@ __hal_ring_block_next_pointer(
return (dma_addr_t)*((u64 *) ((void *)((u8 *) block +
VXGE_HAL_RING_NEXT_BLOCK_POINTER_OFFSET)));
}
#endif
/*
* __hal_ring_block_next_pointer_set - Sets the next block pointer in RxD block