|
@@ -24,12 +24,11 @@
|
|
* warranty of any kind, whether express or implied.
|
|
* 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/kernel.h>
|
|
|
|
+#include <linux/module.h>
|
|
#include <linux/pci.h>
|
|
#include <linux/pci.h>
|
|
-#include <linux/hw_random.h>
|
|
|
|
-#include <linux/delay.h>
|
|
|
|
-#include <asm/io.h>
|
|
|
|
|
|
|
|
#define DRV_NAME "AMD768-HWRNG"
|
|
#define DRV_NAME "AMD768-HWRNG"
|
|
|
|
|