commit | 9805d4bcf8f98dbeb1a66c3195f2ea8b917a083e | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Sat Aug 11 15:47:12 2018 +0200 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Sat Aug 11 18:07:44 2018 +0200 |
tree | 5143ac5bb0d200788d2d635ed269c8ffef492df8 | |
parent | d0eea5d8db42a9fbf89943253908579865a3eaad [diff] |
mtd: rawnand: atmel: Select GENERIC_ALLOCATOR The driver uses genalloc functions. Select GENERIC_ALLOCATOR to prevent build errors when selected through COMPILE_TEST. Fixes: 88a40e7dca00 ("mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y") Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Randy Dunlap <rdunlap@infradead.org>