Commit
11327ef77f8b6104bd4a855bbe783cce84416b03
Exists in
master
and in
20 other branches
dlt-processor-sdk-linux-03.00.00.04, newt-ti-linux-3.12.y, processor-sdk-linux-01.00.00, processor-sdk-linux-02.00.01, smarc-ti-linux-3.12.10, smarc-ti-linux-3.12.y, smarc-ti-linux-3.14.y, smarc-ti-linux-3.15.y, smarc-ti-lsk-linux-4.1.y, smarct3x-processor-sdk-04.01.00.06, smarct3x-processor-sdk-linux-02.00.01, smarct3x-processor-sdk-linux-03.00.00.04, smarct4x-800-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-04.01.00.06, smarct4x-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-linux-03.00.00.04, ti-linux-3.12.y, ti-linux-3.14.y, ti-linux-3.15.y, ti-lsk-linux-4.1.y
[MIPS] unexport copy_user_highpage()
The copy_user_highpage() routine has no users outside of the
core kernel code, so exporting this symbol is pointless.
This patch removes EXPORT_SYMBOL(copy_user_highpage).
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing
1 changed file
with
0 additions
and
2 deletions
Side-by-side Diff
... |
... |
@@ -229,8 +229,6 @@ |
229
|
229 |
smp_wmb(); |
230
|
230 |
} |
231
|
231 |
|
232
|
|
-EXPORT_SYMBOL(copy_user_highpage); |
233
|
|
- |
234
|
232 |
void copy_to_user_page(struct vm_area_struct *vma, |
235
|
233 |
struct page *page, unsigned long vaddr, void *dst, const void *src, |
236
|
234 |
unsigned long len) |