mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
IB/mthca: Remove dead code
Kill some dead code in mthca_eq.c Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
e51060f08a
commit
a26026c122
@ -695,10 +695,6 @@ static void mthca_unmap_reg(struct mthca_dev *dev, unsigned long offset,
|
||||
|
||||
static int __devinit mthca_map_eq_regs(struct mthca_dev *dev)
|
||||
{
|
||||
unsigned long mthca_base;
|
||||
|
||||
mthca_base = pci_resource_start(dev->pdev, 0);
|
||||
|
||||
if (mthca_is_memfree(dev)) {
|
||||
/*
|
||||
* We assume that the EQ arm and EQ set CI registers
|
||||
|
Loading…
Reference in New Issue
Block a user