commit | fa252ea6663352bf426408e63a640866aa91e61e | [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 | 62eafb73cdefac88bcad6dd69ae811deda3f2f0e [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>