commit | 10bb62d85a0850dbad1fdd34123378686373f166 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Apr 24 15:58:33 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 28 01:15:37 2009 +0200 |
tree | f07564301cd6bfd36953a69ff60155a5a990786a | |
parent | 2d579e5060413af5a740cb396dc87e1ff31bf5a9 [diff] |
mtd: nand: Include linux/mtd/partitions.h in nand_base.h This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is defined: nand_base.c: In function 'nand_release': nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions' Signed-off-by: Stefan Roese <sr@denx.de>