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
f863c65c
Commit
f863c65c
authored
Jul 19, 2020
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mips: __csum_partial_copy_kernel() has no users left
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
c44ac3c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
arch/mips/include/asm/checksum.h
arch/mips/include/asm/checksum.h
+0
-3
arch/mips/lib/csum_partial.S
arch/mips/lib/csum_partial.S
+0
-3
No files found.
arch/mips/include/asm/checksum.h
View file @
f863c65c
...
@@ -34,9 +34,6 @@
...
@@ -34,9 +34,6 @@
*/
*/
__wsum
csum_partial
(
const
void
*
buff
,
int
len
,
__wsum
sum
);
__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
,
__wsum
__csum_partial_copy_from_user
(
const
void
*
src
,
void
*
dst
,
int
len
,
__wsum
sum
,
int
*
err_ptr
);
int
len
,
__wsum
sum
,
int
*
err_ptr
);
__wsum
__csum_partial_copy_to_user
(
const
void
*
src
,
void
*
dst
,
__wsum
__csum_partial_copy_to_user
(
const
void
*
src
,
void
*
dst
,
...
...
arch/mips/lib/csum_partial.S
View file @
f863c65c
...
@@ -827,8 +827,6 @@ EXPORT_SYMBOL(csum_partial)
...
@@ -827,8 +827,6 @@ EXPORT_SYMBOL(csum_partial)
.
set
pop
.
set
pop
.
endm
.
endm
LEAF
(
__csum_partial_copy_kernel
)
EXPORT_SYMBOL
(
__csum_partial_copy_kernel
)
#ifndef CONFIG_EVA
#ifndef CONFIG_EVA
FEXPORT
(
__csum_partial_copy_to_user
)
FEXPORT
(
__csum_partial_copy_to_user
)
EXPORT_SYMBOL
(
__csum_partial_copy_to_user
)
EXPORT_SYMBOL
(
__csum_partial_copy_to_user
)
...
@@ -836,7 +834,6 @@ FEXPORT(__csum_partial_copy_from_user)
...
@@ -836,7 +834,6 @@ FEXPORT(__csum_partial_copy_from_user)
EXPORT_SYMBOL
(
__csum_partial_copy_from_user
)
EXPORT_SYMBOL
(
__csum_partial_copy_from_user
)
#endif
#endif
__BUILD_CSUM_PARTIAL_COPY_USER
LEGACY_MODE
USEROP
USEROP
1
__BUILD_CSUM_PARTIAL_COPY_USER
LEGACY_MODE
USEROP
USEROP
1
END
(
__csum_partial_copy_kernel
)
#ifdef CONFIG_EVA
#ifdef CONFIG_EVA
LEAF
(
__csum_partial_copy_to_user
)
LEAF
(
__csum_partial_copy_to_user
)
...
...
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