mirror of https://gitee.com/openkylin/linux.git
crypto: sun8x-ce*: update entries to its documentation
The README file was converted to ReST format. Update the references for it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/e3122e9575769bcf74bc2bdef08755209cb51971.1603791716.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
e86c6569c5
commit
e930c39e09
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512.
|
* This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512.
|
||||||
*
|
*
|
||||||
* You could find the datasheet in Documentation/arm/sunxi/README
|
* You could find the datasheet in Documentation/arm/sunxi.rst
|
||||||
*/
|
*/
|
||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
#include <linux/pm_runtime.h>
|
#include <linux/pm_runtime.h>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* This file handle the PRNG
|
* This file handle the PRNG
|
||||||
*
|
*
|
||||||
* You could find a link for the datasheet in Documentation/arm/sunxi/README
|
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||||
*/
|
*/
|
||||||
#include "sun8i-ce.h"
|
#include "sun8i-ce.h"
|
||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* This file handle the TRNG
|
* This file handle the TRNG
|
||||||
*
|
*
|
||||||
* You could find a link for the datasheet in Documentation/arm/sunxi/README
|
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||||
*/
|
*/
|
||||||
#include "sun8i-ce.h"
|
#include "sun8i-ce.h"
|
||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
|
|
Loading…
Reference in New Issue