diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2005-06-17 11:02:09 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-06-29 08:27:41 -0400 |
commit | d7e78d4f2173298c34e88f496c3acea247feec61 (patch) | |
tree | a385876262755702e8ec5d0a79663d8bb3e17709 /drivers/mtd | |
parent | c9e0536523f5191395d62f6c84d007e6ffd38d33 (diff) |
[MTD] NAND: Change exports to _GPL
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index bbe0283433d2..1bd71a598c79 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -59,7 +59,7 @@ | |||
59 | * The AG-AND chips have nice features for speed improvement, | 59 | * The AG-AND chips have nice features for speed improvement, |
60 | * which are not supported yet. Read / program 4 pages in one go. | 60 | * which are not supported yet. Read / program 4 pages in one go. |
61 | * | 61 | * |
62 | * $Id: nand_base.c,v 1.145 2005/05/31 20:32:53 gleixner Exp $ | 62 | * $Id: nand_base.c,v 1.146 2005/06/17 15:02:06 gleixner Exp $ |
63 | * | 63 | * |
64 | * This program is free software; you can redistribute it and/or modify | 64 | * This program is free software; you can redistribute it and/or modify |
65 | * it under the terms of the GNU General Public License version 2 as | 65 | * it under the terms of the GNU General Public License version 2 as |
@@ -2686,8 +2686,8 @@ void nand_release (struct mtd_info *mtd) | |||
2686 | kfree (this->data_buf); | 2686 | kfree (this->data_buf); |
2687 | } | 2687 | } |
2688 | 2688 | ||
2689 | EXPORT_SYMBOL (nand_scan); | 2689 | EXPORT_SYMBOL_GPL (nand_scan); |
2690 | EXPORT_SYMBOL (nand_release); | 2690 | EXPORT_SYMBOL_GPL (nand_release); |
2691 | 2691 | ||
2692 | MODULE_LICENSE ("GPL"); | 2692 | MODULE_LICENSE ("GPL"); |
2693 | MODULE_AUTHOR ("Steven J. Hill <sjhill@realitydiluted.com>, Thomas Gleixner <tglx@linutronix.de>"); | 2693 | MODULE_AUTHOR ("Steven J. Hill <sjhill@realitydiluted.com>, Thomas Gleixner <tglx@linutronix.de>"); |