Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b74bdbe5 authored by Brian Norris's avatar Brian Norris
Browse files

mtd: remove incorrect file name



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: default avatarBrian Norris <computersforpeace@gmail.com>
parent c4a3f13c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/*
/*
 * SMI (Serial Memory Controller) device driver for Serial NOR Flash on
 * SMI (Serial Memory Controller) device driver for Serial NOR Flash on
 * SPEAr platform
 * SPEAr platform
 * The serial nor interface is largely based on drivers/mtd/m25p80.c,
 * The serial nor interface is largely based on m25p80.c, however the SPI
 * however the SPI interface has been replaced by SMI.
 * interface has been replaced by SMI.
 *
 *
 * Copyright © 2010 STMicroelectronics.
 * Copyright © 2010 STMicroelectronics.
 * Ashish Priyadarshi
 * Ashish Priyadarshi
+0 −2
Original line number Original line Diff line number Diff line
/*
/*
 *  drivers/mtd/nand.c
 *
 *  Overview:
 *  Overview:
 *   This is the generic MTD driver for NAND flash devices. It should be
 *   This is the generic MTD driver for NAND flash devices. It should be
 *   capable of working with almost all NAND chips currently available.
 *   capable of working with almost all NAND chips currently available.
+0 −2
Original line number Original line Diff line number Diff line
/*
/*
 *  drivers/mtd/nand_bbt.c
 *
 *  Overview:
 *  Overview:
 *   Bad block table support for the NAND driver
 *   Bad block table support for the NAND driver
 *
 *
+0 −2
Original line number Original line Diff line number Diff line
/*
/*
 *  drivers/mtd/nandids.c
 *
 *  Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
 *  Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de)
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
+0 −2
Original line number Original line Diff line number Diff line
/*
/*
 *  drivers/mtd/ndfc.c
 *
 *  Overview:
 *  Overview:
 *   Platform independent driver for NDFC (NanD Flash Controller)
 *   Platform independent driver for NDFC (NanD Flash Controller)
 *   integrated into EP440 cores
 *   integrated into EP440 cores