__alloc_percpu and alloc_percpu both take an 'align' argument which isSigned-off-by: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>
completely ignored. snmp6_mib_init() in net/ipv6/af_inet6.c attempts to
use it, but it will be ignored. Therefore, remove the 'align' argument
and fixup the lone caller.
Signed-off-by: Matthew Dobson <colpatch@xxxxxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>