]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h
authorDan Streetman <ddstreet@ieee.org>
Fri, 12 Jun 2015 14:58:46 +0000 (10:58 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 15 Jun 2015 10:15:56 +0000 (18:15 +0800)
commitee6cf3df385eb2612bd61e42f796cf992e9f7fca
tree15c9514a838b2bd6cd75d748ba8c240299cf5245
parent6596b1b9db52d70a9ff6a9ee7c0500d957495402
crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h

Move the contents of the include/linux/nx842.h header file into the
drivers/crypto/nx/nx-842.h header file.  Remove the nx842.h header
file and its entry in the MAINTAINERS file.

The include/linux/nx842.h header originally was there because the
crypto/842.c driver needed it to communicate with the nx-842 hw
driver.  However, that crypto compression driver was moved into
the drivers/crypto/nx/ directory, and now can directly include the
nx-842.h header.  Nothing else needs the public include/linux/nx842.h
header file, as all use of the nx-842 hardware driver will be through
the "842-nx" crypto compression driver, since the direct nx-842 api is
very limited in the buffer alignments and sizes that it will accept,
and the crypto compression interface handles those limitations and
allows any alignment and size buffers.

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/nx/nx-842-crypto.c
drivers/crypto/nx/nx-842.h
include/linux/nx842.h [deleted file]