]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mtd: remove incorrect file name
authorBrian Norris <computersforpeace@gmail.com>
Fri, 22 May 2015 17:42:01 +0000 (10:42 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 22 May 2015 17:57:46 +0000 (10:57 -0700)
This is an example of why it doesn't make much sense to put this
information here in the first place. I don't really know what purpose it
serves.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/spear_smi.c
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_bbt.c
drivers/mtd/nand/nand_ids.c
drivers/mtd/nand/ndfc.c

index 508bab3bd0c49b555b3cacf803f93b153b46ce13..04b24d2b03f285ab10c98d742b2915e48b3e4189 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * SMI (Serial Memory Controller) device driver for Serial NOR Flash on
  * SPEAr platform
- * The serial nor interface is largely based on drivers/mtd/m25p80.c,
- * however the SPI interface has been replaced by SMI.
+ * The serial nor interface is largely based on m25p80.c, however the SPI
+ * interface has been replaced by SMI.
  *
  * Copyright © 2010 STMicroelectronics.
  * Ashish Priyadarshi
index c4619e3ac4ab2194947c253de81f5a054401857e..a157757347ece024f766097639177fdf0f6802fe 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  drivers/mtd/nand.c
- *
  *  Overview:
  *   This is the generic MTD driver for NAND flash devices. It should be
  *   capable of working with almost all NAND chips currently available.
index 2c4fa1a170315be748d17db8c904e9bf3e22b020..63a1a36a3f4b4b804f7c4b389eacdc8c19d30a43 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  drivers/mtd/nand_bbt.c
- *
  *  Overview:
  *   Bad block table support for the NAND driver
  *
index dd620c19c6192f200ecfb1a83d77a08580e84a4b..7124400d903b3b5feb5412371c5b5dc634fbb250 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  drivers/mtd/nandids.c
- *
  *  Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
  *
  * This program is free software; you can redistribute it and/or modify
index 3187c6b92d9aaa7537a4a9e2b090035672591347..67a1b3f911cfec41e723a6b6212c9551447544cc 100644 (file)
@@ -1,6 +1,4 @@
 /*
- *  drivers/mtd/ndfc.c
- *
  *  Overview:
  *   Platform independent driver for NDFC (NanD Flash Controller)
  *   integrated into EP440 cores