]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/mpl/common/isa.c: Fix GCC 4.6 build warnings
authorDavid Müller (ELSOFT AG) <d.mueller@elsoft.ch>
Mon, 12 Dec 2011 01:36:53 +0000 (01:36 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 12 Dec 2011 13:23:22 +0000 (14:23 +0100)
commit99f2c76821e4ba84be1f5cc0a9d06582a2d56df6
tree21221dd68fa54e507daa0a18bd60f221504ea0ae
parentd798a9b5d50527713adc6309206a8d9f287593fb
board/mpl/common/isa.c: Fix GCC 4.6 build warnings

Fix:
../common/isa.c: In function 'handle_isa_int':
../common/isa.c:385:21: warning: variable 'isr2' set but not used
[-Wunused-but-set-variable]
../common/isa.c:385:16: warning: variable 'isr1' set but not used
[-Wunused-but-set-variable]

Signed-off-by: David Mueller <d.mueller@elsoft.ch>
board/mpl/common/isa.c