diff options
author | James Bottomley <JBottomley@Parallels.com> | 2012-05-26 10:48:19 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-31 12:14:37 +0200 |
commit | b1195c0e3ee1a1ba986923bf3ed8311b7b336432 (patch) | |
tree | 026ecd136a3001db5699baf499f061cc971f66e2 /arch/parisc/kernel/parisc_ksyms.c | |
parent | [PARISC] Fix parisc compile failure after smp: Add task_struct argument to __... (diff) | |
download | linux-b1195c0e3ee1a1ba986923bf3ed8311b7b336432.tar.xz linux-b1195c0e3ee1a1ba986923bf3ed8311b7b336432.zip |
[PARISC] update parisc to use generic strncpy_from_user()
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc/kernel/parisc_ksyms.c')
-rw-r--r-- | arch/parisc/kernel/parisc_ksyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/kernel/parisc_ksyms.c b/arch/parisc/kernel/parisc_ksyms.c index a7bb757a5497..ceec85de6290 100644 --- a/arch/parisc/kernel/parisc_ksyms.c +++ b/arch/parisc/kernel/parisc_ksyms.c @@ -44,7 +44,6 @@ EXPORT_SYMBOL(__cmpxchg_u64); #endif #include <asm/uaccess.h> -EXPORT_SYMBOL(lstrncpy_from_user); EXPORT_SYMBOL(lclear_user); EXPORT_SYMBOL(lstrnlen_user); |