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
e49ed7f5
Commit
e49ed7f5
authored
Apr 01, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Sort out duplicate exports.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a8d587a7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
arch/mips/kernel/mips_ksyms.c
arch/mips/kernel/mips_ksyms.c
+0
-15
arch/mips/kernel/smp.c
arch/mips/kernel/smp.c
+0
-2
No files found.
arch/mips/kernel/mips_ksyms.c
View file @
e49ed7f5
...
...
@@ -28,21 +28,9 @@ extern long __strnlen_user_asm(const char *s);
/*
* String functions
*/
EXPORT_SYMBOL
(
memchr
);
EXPORT_SYMBOL
(
memcmp
);
EXPORT_SYMBOL
(
memset
);
EXPORT_SYMBOL
(
memcpy
);
EXPORT_SYMBOL
(
memmove
);
EXPORT_SYMBOL
(
strcat
);
EXPORT_SYMBOL
(
strchr
);
#ifdef CONFIG_64BIT
EXPORT_SYMBOL
(
strncmp
);
#endif
EXPORT_SYMBOL
(
strlen
);
EXPORT_SYMBOL
(
strncat
);
EXPORT_SYMBOL
(
strnlen
);
EXPORT_SYMBOL
(
strrchr
);
EXPORT_SYMBOL
(
strstr
);
EXPORT_SYMBOL
(
kernel_thread
);
...
...
@@ -61,6 +49,3 @@ EXPORT_SYMBOL(__strnlen_user_asm);
EXPORT_SYMBOL
(
csum_partial
);
EXPORT_SYMBOL
(
invalid_pte_table
);
#ifdef CONFIG_GENERIC_IRQ_PROBE
EXPORT_SYMBOL
(
probe_irq_mask
);
#endif
arch/mips/kernel/smp.c
View file @
e49ed7f5
...
...
@@ -446,5 +446,3 @@ subsys_initcall(topology_init);
EXPORT_SYMBOL
(
flush_tlb_page
);
EXPORT_SYMBOL
(
flush_tlb_one
);
EXPORT_SYMBOL
(
cpu_data
);
EXPORT_SYMBOL
(
synchronize_irq
);
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