mirror of https://gitee.com/openkylin/linux.git
powerpc: unexport csum_tcpudp_magic
csum_tcpudp_magic is now an inline function, so there is nothing to export Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
This commit is contained in:
parent
ee3b93ebfb
commit
e0f82bdf2d
|
@ -20,7 +20,6 @@ EXPORT_SYMBOL(strncmp);
|
|||
EXPORT_SYMBOL(csum_partial);
|
||||
EXPORT_SYMBOL(csum_partial_copy_generic);
|
||||
EXPORT_SYMBOL(ip_fast_csum);
|
||||
EXPORT_SYMBOL(csum_tcpudp_magic);
|
||||
#endif
|
||||
|
||||
EXPORT_SYMBOL(__copy_tofrom_user);
|
||||
|
|
Loading…
Reference in New Issue