Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9ba126cf
Commit
9ba126cf
authored
Oct 13, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
1a5c5de1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
arch/mips/kernel/setup.c
arch/mips/kernel/setup.c
+5
-1
No files found.
arch/mips/kernel/setup.c
View file @
9ba126cf
...
...
@@ -223,7 +223,11 @@ static void __init finalize_initrd(void)
#else
/* !CONFIG_BLK_DEV_INITRD */
#define init_initrd() 0
static
unsigned
long
__init
init_initrd
(
void
)
{
return
0
;
}
#define finalize_initrd() do {} while (0)
#endif
...
...
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