From: Boris Brezillon Date: Mon, 5 Feb 2018 22:02:01 +0000 (+0100) Subject: mtd: nand: ams-delta: Fix path to toto.c source file X-Git-Tag: v4.17-rc1~100^2~1^2~47 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e36f2eb6ca707853b17fea63e222e86f914617cc;p=uclinux-h8%2Flinux.git mtd: nand: ams-delta: Fix path to toto.c source file Last known location of toto.c was drivers/mtd/nand/toto.c. Fix the path so that one can use git log to find when the driver was deleted and possibly checkout the source code. Signed-off-by: Boris Brezillon --- diff --git a/drivers/mtd/nand/ams-delta.c b/drivers/mtd/nand/ams-delta.c index f3eaea9df90b..25a92474fa59 100644 --- a/drivers/mtd/nand/ams-delta.c +++ b/drivers/mtd/nand/ams-delta.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2006 Jonathan McDowell * - * Derived from drivers/mtd/toto.c + * Derived from drivers/mtd/nand/toto.c * Converted to platform driver by Janusz Krzysztofik * Partially stolen from plat_nand.c *