board: remove unused variables
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 28 Oct 2014 02:36:59 +0000 (11:36 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Wed, 24 Dec 2014 09:03:57 +0000 (18:03 +0900)
Change-Id: I65b217e2c3a54750d8bb25cf17af3df9869049a1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/hw/maru_board.c

index e0feeb0855450e74fa3b3cf0c385461530883369..592dfa45e291f59f5bffe8a544a2e64c1496d213 100644 (file)
 #include "emulator_common.h"
 #include "maru_pm.h"
 
-#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)
 {