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
Kirill Smelkov
linux
Commits
fc2f7efa
Commit
fc2f7efa
authored
Jan 30, 2010
by
Uwe Kleine-König
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modpost: remove now unused NO_MISMATCH constant
Signed-off-by:
Uwe Kleine-König
<
u.kleine-koenig@pengutronix.de
>
parent
0d2a636e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
scripts/mod/modpost.c
scripts/mod/modpost.c
+0
-3
No files found.
scripts/mod/modpost.c
View file @
fc2f7efa
...
...
@@ -835,7 +835,6 @@ static const char *linker_symbols[] =
{
"__init_begin"
,
"_sinittext"
,
"_einittext"
,
NULL
};
enum
mismatch
{
NO_MISMATCH
,
TEXT_TO_ANY_INIT
,
DATA_TO_ANY_INIT
,
TEXT_TO_ANY_EXIT
,
...
...
@@ -1280,8 +1279,6 @@ static void report_sec_mismatch(const char *modname,
"Fix this by removing the %sannotation of %s "
"or drop the export.
\n
"
,
tosym
,
sec2annotation
(
tosec
),
sec2annotation
(
tosec
),
tosym
);
case
NO_MISMATCH
:
/* To get warnings on missing members */
break
;
}
fprintf
(
stderr
,
"
\n
"
);
...
...
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