]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: Disable mtdchar mmap on MMU systems
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 9 Oct 2012 14:08:10 +0000 (15:08 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 9 Oct 2012 14:08:42 +0000 (15:08 +0100)
commit307823722aaf32cc42c9c2cd0e40175c6f93f80b
treed29db1e640937a02a827a01628f88b03f20f9239
parent708244718e632437fd808f227167d7106f78c48e
mtd: Disable mtdchar mmap on MMU systems

This code was broken because it assumed that all MTD devices were map-based.
Disable it for now, until it can be fixed properly for the next merge window.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/mtdchar.c