]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: nand: Stop using full path when referring to files placed in the same dir
authorBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 5 Feb 2018 22:02:00 +0000 (23:02 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 16 Feb 2018 09:08:50 +0000 (10:08 +0100)
commit93cbd6f354f178b6e0a7d80482981520be6347b4
tree6c1bafef39252e94498393b02e1157bc84398ba9
parent43a0a45abc4ab386f3ba978c877a2b68a0cad448
mtd: nand: Stop using full path when referring to files placed in the same dir

Some NAND drivers are derived from other NAND drivers and state it in
their license header. Using full path to point to other driver files
sitting in the same directory is not such a good idea, since the NAND
drivers might be moved to a different directory at some point, and we
don't to patch all license/copyright headers everytime this happen.

The only exception where we keep full path is when the referred source
files no longer exist in the tree.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/ams-delta.c
drivers/mtd/nand/bf5xx_nand.c
drivers/mtd/nand/mpc5121_nfc.c