Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4571
b: refs/heads/master
c: d7e78d4
h: refs/heads/master
i:
  4569: 13961af
  4567: eb5a89a
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Jun 29, 2005
1 parent 4d31c89 commit bb37124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9e0536523f5191395d62f6c84d007e6ffd38d33
refs/heads/master: d7e78d4f2173298c34e88f496c3acea247feec61
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* The AG-AND chips have nice features for speed improvement,
* 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
* it under the terms of the GNU General Public License version 2 as
Expand Down Expand Up @@ -2686,8 +2686,8 @@ void nand_release (struct mtd_info *mtd)
kfree (this->data_buf);
}

EXPORT_SYMBOL (nand_scan);
EXPORT_SYMBOL (nand_release);
EXPORT_SYMBOL_GPL (nand_scan);
EXPORT_SYMBOL_GPL (nand_release);

MODULE_LICENSE ("GPL");
MODULE_AUTHOR ("Steven J. Hill <sjhill@realitydiluted.com>, Thomas Gleixner <tglx@linutronix.de>");
Expand Down

0 comments on commit bb37124

Please sign in to comment.