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

Commit 055ae890 authored by Corentin LABBE's avatar Corentin LABBE Committed by Herbert Xu
Browse files

hwrng: amd - Remove asm/io.h



checkpatch complains about <asm/io.h> used instead of linux/io.h.
In fact it is not needed.
This patch remove it, and in the process, alphabetize the other headers.

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent f8169bfb
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -24,12 +24,11 @@
 * warranty of any kind, whether express or implied.
 */

#include <linux/module.h>
#include <linux/delay.h>
#include <linux/hw_random.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/hw_random.h>
#include <linux/delay.h>
#include <asm/io.h>

#define DRV_NAME "AMD768-HWRNG"