mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}

Now that the physmap_of driver is gone, the gemini and versative
extensions are part of the physmap driver. Rename the source files and
the config option to reflect this.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Boris Brezillon
2018-10-19 09:49:05 +02:00
parent 642b1e8dbe
commit 6ca15cfa07
7 changed files with 10 additions and 10 deletions

View File

@@ -31,8 +31,8 @@
#include <linux/io.h>
#include <linux/of_device.h>
#include "physmap_of_gemini.h"
#include "physmap_of_versatile.h"
#include "physmap-gemini.h"
#include "physmap-versatile.h"
struct physmap_flash_info {
unsigned int nmaps;