Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
d7e78d4f
Commit
d7e78d4f
authored
Jun 17, 2005
by
Thomas Gleixner
Committed by
Thomas Gleixner
Jun 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] NAND: Change exports to _GPL
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
c9e05365
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_base.c
+3
-3
No files found.
drivers/mtd/nand/nand_base.c
View file @
d7e78d4f
...
...
@@ -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.14
5 2005/05/31 20:32:53
gleixner Exp $
* $Id: nand_base.c,v 1.14
6 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
...
...
@@ -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>"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment