Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
4854b75c
Commit
4854b75c
authored
Jun 28, 2007
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] Remove references to ROOT_DEV from map drivers.
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
e716dd36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
drivers/mtd/maps/nettel.c
drivers/mtd/maps/nettel.c
+0
-4
drivers/mtd/maps/pmcmsp-ramroot.c
drivers/mtd/maps/pmcmsp-ramroot.c
+0
-1
No files found.
drivers/mtd/maps/nettel.c
View file @
4854b75c
...
...
@@ -421,10 +421,6 @@ int __init nettel_init(void)
intel_mtd
->
owner
=
THIS_MODULE
;
#ifndef CONFIG_BLK_DEV_INITRD
ROOT_DEV
=
MKDEV
(
MTD_BLOCK_MAJOR
,
1
);
#endif
num_intel_partitions
=
sizeof
(
nettel_intel_partitions
)
/
sizeof
(
nettel_intel_partitions
[
0
]);
...
...
drivers/mtd/maps/pmcmsp-ramroot.c
View file @
4854b75c
...
...
@@ -79,7 +79,6 @@ static int __init init_rrmap(void)
rr_mtd
->
owner
=
THIS_MODULE
;
add_mtd_device
(
rr_mtd
);
ROOT_DEV
=
MKDEV
(
MTD_BLOCK_MAJOR
,
rr_mtd
->
index
);
return
0
;
}
...
...
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