Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0f82bdf authored by Christophe Leroy's avatar Christophe Leroy Committed by Scott Wood
Browse files

powerpc: unexport csum_tcpudp_magic



csum_tcpudp_magic is now an inline function, so there is
nothing to export

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent ee3b93eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);