[PATCH] mtd: cfi: don't warn about broken geometry for !CONFIG_MTD
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-11-30 21:42:41
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-11-30 21:42:41
Also in:
lkml
On Monday 30 November 2015 12:55:05 Brian Norris wrote:
I guess no one includes mtd/cfi.h with CONFIG_MTD=n? Otherwise, we might have the same problems there.
Right, I checked that all users of that file depend on CONFIG_MTD.
Pushed to l2-mtd.git, thanks!
Thanks, ARnd