board: remove unused variables
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 28 Oct 2014 02:36:59 +0000 (11:36 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 12 Jun 2015 11:18:31 +0000 (20:18 +0900)
Change-Id: I65b217e2c3a54750d8bb25cf17af3df9869049a1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/hw/maru_board.c

index e0feeb0855450e74fa3b3cf0c385461530883369..2dd6de9cd4fdf4948e5974e757104b646b278e75 100644 (file)
 
 #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)
 {