提交 d7e78d4f 编写于 作者: T Thomas Gleixner 提交者: Thomas Gleixner

[MTD] NAND: Change exports to _GPL

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 c9e05365
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
* The AG-AND chips have nice features for speed improvement, * The AG-AND chips have nice features for speed improvement,
* which are not supported yet. Read / program 4 pages in one go. * which are not supported yet. Read / program 4 pages in one go.
* *
* $Id: nand_base.c,v 1.145 2005/05/31 20:32:53 gleixner Exp $ * $Id: nand_base.c,v 1.146 2005/06/17 15:02:06 gleixner Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * 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,8 +2686,8 @@ void nand_release (struct mtd_info *mtd)
kfree (this->data_buf); kfree (this->data_buf);
} }
EXPORT_SYMBOL (nand_scan); EXPORT_SYMBOL_GPL (nand_scan);
EXPORT_SYMBOL (nand_release); EXPORT_SYMBOL_GPL (nand_release);
MODULE_LICENSE ("GPL"); MODULE_LICENSE ("GPL");
MODULE_AUTHOR ("Steven J. Hill <sjhill@realitydiluted.com>, Thomas Gleixner <tglx@linutronix.de>"); MODULE_AUTHOR ("Steven J. Hill <sjhill@realitydiluted.com>, Thomas Gleixner <tglx@linutronix.de>");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册