staging: skein: Convert local rotl_64 to kernel's rol64
authorJoe Perches <joe@perches.com>
Mon, 28 Mar 2016 23:51:17 +0000 (16:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Mar 2016 19:40:20 +0000 (12:40 -0700)
commitff3334276744ad49477e60c3c9e6acec8399b25d
tree4e519a90c6af07831270904184efb2b79305365f
parent086620978b2d06378f4a41afce2f7705c76a4625
staging: skein: Convert local rotl_64 to kernel's rol64

Remove the local inline and use the generic kernel rol64 instead.

Miscellanea:

o Added a newline between a multiple line macro for consistency
  with the other multiple line macros

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/skein/skein_base.h
drivers/staging/skein/skein_block.c