Wolfgang Denk 70994c79ca common/fdt_support.c: Fix compile warnings
Commit a6bd9e8 "FDT: Add fixup support for multiple banks of memory"
removed code but forgot to remove the variables used by it, resulting
in warnings:

fdt_support.c: In function 'fdt_fixup_memory_banks':
fdt_support.c:399: warning: unused variable 'sizecell'
fdt_support.c:399: warning: unused variable 'addrcell'

Remove the declarations, too.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-10-20 08:59:16 +02:00
..
2010-10-07 20:03:17 +11:00
2010-09-19 19:29:53 +02:00
2010-07-24 20:54:46 +02:00
2010-09-19 19:29:53 +02:00
2010-09-19 21:28:25 +02:00
2010-08-09 11:52:29 -07:00
2010-09-21 21:37:08 +02:00
2010-10-18 14:54:08 -05:00
2010-07-16 10:55:09 -05:00
2010-10-12 23:31:10 +02:00
2010-09-19 19:29:51 +02:00
2010-10-18 22:44:31 +02:00
2010-06-29 22:24:48 +02:00
2010-01-18 00:23:00 +01:00
2010-07-14 22:41:39 +02:00
2010-09-19 17:47:29 +02:00
2010-10-19 22:46:59 +02:00