Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
e49ed7f5
Commit
e49ed7f5
authored
19 years ago
by
Ralf Baechle
Browse files
Options
Download
Email Patches
Plain Diff
[MIPS] Sort out duplicate exports.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a8d587a7
Changes
2
Hide 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
This diff is collapsed.
Click to expand it.
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
);
This diff is collapsed.
Click to expand it.
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