From: GiWoong Kim Date: Tue, 28 Oct 2014 02:36:59 +0000 (+0900) Subject: board: remove unused variables X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf903d8b10190070edd939114f4c5f5f303fc0b1;p=sdk%2Femulator%2Fqemu.git board: remove unused variables Change-Id: I65b217e2c3a54750d8bb25cf17af3df9869049a1 Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/hw/maru_board.c b/tizen/src/hw/maru_board.c index e0feeb0855..2dd6de9cd4 100644 --- a/tizen/src/hw/maru_board.c +++ b/tizen/src/hw/maru_board.c @@ -46,10 +46,6 @@ #define MAX_IDE_BUS 2 -static const int ide_iobase[MAX_IDE_BUS] = { 0x1f0, 0x170 }; -static const int ide_iobase2[MAX_IDE_BUS] = { 0x3f6, 0x376 }; -static const int ide_irq[MAX_IDE_BUS] = { 14, 15 }; - /* maru specialized device init */ static void maru_device_init(void) {