diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2014-10-28 01:17:02 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-10-28 01:17:02 -0700 |
commit | 3adc972d5ae0566cb9fb4fd924278950eb222ea8 (patch) | |
tree | 9527fd9f911ab9d04db69f0e2e65802f6cf15fb9 | |
parent | 7156a50a5a497902ccb2abaa024672ef2da94cf8 (diff) | |
parent | cf903d8b10190070edd939114f4c5f5f303fc0b1 (diff) | |
download | qemu-3adc972d5ae0566cb9fb4fd924278950eb222ea8.tar.gz qemu-3adc972d5ae0566cb9fb4fd924278950eb222ea8.tar.bz2 qemu-3adc972d5ae0566cb9fb4fd924278950eb222ea8.zip |
Merge "board: remove unused variables" into features/qt_dr
-rw-r--r-- | tizen/src/hw/maru_board.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) { |