summaryrefslogtreecommitdiff
path: root/board/cds/common/ft_board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cds/common/ft_board.c')
-rw-r--r--board/cds/common/ft_board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/cds/common/ft_board.c b/board/cds/common/ft_board.c
index a897d045a..9d97905ca 100644
--- a/board/cds/common/ft_board.c
+++ b/board/cds/common/ft_board.c
@@ -45,8 +45,6 @@ static void cds_pci_fixup(void *blob)
/* We rotate the interrupt pins so that the mapping
* changes depending on the slot the carrier card is in.
*/
- int j;
-
map[3] = ((map[3] + slot - 2) % 4) + 1;
map+=7;