Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
R128
Commits
f863c65c
Commit
f863c65c
authored
4 years ago
by
Al Viro
Browse files
Options
Downloads
Patches
Plain Diff
mips: __csum_partial_copy_kernel() has no users left
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
c44ac3c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/mips/include/asm/checksum.h
+0
-3
0 additions, 3 deletions
arch/mips/include/asm/checksum.h
arch/mips/lib/csum_partial.S
+0
-3
0 additions, 3 deletions
arch/mips/lib/csum_partial.S
with
0 additions
and
6 deletions
arch/mips/include/asm/checksum.h
+
0
−
3
View file @
f863c65c
...
...
@@ -34,9 +34,6 @@
*/
__wsum
csum_partial
(
const
void
*
buff
,
int
len
,
__wsum
sum
);
__wsum
__csum_partial_copy_kernel
(
const
void
*
src
,
void
*
dst
,
int
len
,
__wsum
sum
,
int
*
err_ptr
);
__wsum
__csum_partial_copy_from_user
(
const
void
*
src
,
void
*
dst
,
int
len
,
__wsum
sum
,
int
*
err_ptr
);
__wsum
__csum_partial_copy_to_user
(
const
void
*
src
,
void
*
dst
,
...
...
This diff is collapsed.
Click to expand it.
arch/mips/lib/csum_partial.S
+
0
−
3
View file @
f863c65c
...
...
@@ -827,8 +827,6 @@ EXPORT_SYMBOL(csum_partial)
.
set
pop
.
endm
LEAF
(
__csum_partial_copy_kernel
)
EXPORT_SYMBOL
(
__csum_partial_copy_kernel
)
#ifndef CONFIG_EVA
FEXPORT
(
__csum_partial_copy_to_user
)
EXPORT_SYMBOL
(
__csum_partial_copy_to_user
)
...
...
@@ -836,7 +834,6 @@ FEXPORT(__csum_partial_copy_from_user)
EXPORT_SYMBOL
(
__csum_partial_copy_from_user
)
#endif
__BUILD_CSUM_PARTIAL_COPY_USER
LEGACY_MODE
USEROP
USEROP
1
END
(
__csum_partial_copy_kernel
)
#ifdef CONFIG_EVA
LEAF
(
__csum_partial_copy_to_user
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment