diff options
author | Brian Norris <computersforpeace@gmail.com> | 2015-05-22 19:42:01 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-05-22 19:57:46 +0200 |
commit | b74bdbe5884d83b3bd8dc774eb43f555a5088d5d (patch) | |
tree | 28270df7f4e066d06f8951cf148436f8e68d9bc7 /drivers/mtd/nand/ndfc.c | |
parent | mtd: blktrans: use better error code for unimplemented ioctl() (diff) | |
download | linux-b74bdbe5884d83b3bd8dc774eb43f555a5088d5d.tar.xz linux-b74bdbe5884d83b3bd8dc774eb43f555a5088d5d.zip |
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: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/mtd/nand/ndfc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/nand/ndfc.c b/drivers/mtd/nand/ndfc.c index 3187c6b92d9a..67a1b3f911cf 100644 --- a/drivers/mtd/nand/ndfc.c +++ b/drivers/mtd/nand/ndfc.c @@ -1,6 +1,4 @@ /* - * drivers/mtd/ndfc.c - * * Overview: * Platform independent driver for NDFC (NanD Flash Controller) * integrated into EP440 cores |