Searched hist:d85339d9ea2660b550f12aca8bd040be4395c963 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/mtd/nand/onenand/ |
H A D | Makefile | diff d85339d9ea2660b550f12aca8bd040be4395c963 Mon Dec 30 18:31:03 CET 2019 Miquel Raynal <miquel.raynal@bootlin.com> mtd: onenand: Rename omap2 driver to avoid a build warning
As previously reported by Sudip Mukherjee for the Samsung driver, the omap2 onenand driver is called omap2.c in our directory and omap2.c in the tty/serial/ directory. If both drivers are compiled as modules, it would produce the following warning:
warning: same module names found: drivers/tty/serial/omap2.ko drivers/mtd/nand/onenand/omap2.ko
Rename the onenand omap2 driver so that it fits the folder's convention: onenand_omap2.c.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|
H A D | onenand_omap2.c | d85339d9ea2660b550f12aca8bd040be4395c963 Mon Dec 30 18:31:03 CET 2019 Miquel Raynal <miquel.raynal@bootlin.com> mtd: onenand: Rename omap2 driver to avoid a build warning
As previously reported by Sudip Mukherjee for the Samsung driver, the omap2 onenand driver is called omap2.c in our directory and omap2.c in the tty/serial/ directory. If both drivers are compiled as modules, it would produce the following warning:
warning: same module names found: drivers/tty/serial/omap2.ko drivers/mtd/nand/onenand/omap2.ko
Rename the onenand omap2 driver so that it fits the folder's convention: onenand_omap2.c.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
|