]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/crash_dump_64.c
x86: coding style fixes to arch/x86/kernel/crash_dump_64.c
[karo-tx-linux.git] / arch / x86 / kernel / crash_dump_64.c
index 15e6c6bc4a46644490cfe565c342b562cddb383d..d3e524c845279ffa93af6e09669a370349665341 100644 (file)
@@ -7,9 +7,8 @@
 
 #include <linux/errno.h>
 #include <linux/crash_dump.h>
-
-#include <asm/uaccess.h>
-#include <asm/io.h>
+#include <linux/uaccess.h>
+#include <linux/io.h>
 
 /**
  * copy_oldmem_page - copy one page from "oldmem"
@@ -25,7 +24,7 @@
  * in the current kernel. We stitch up a pte, similar to kmap_atomic.
  */
 ssize_t copy_oldmem_page(unsigned long pfn, char *buf,
-                               size_t csize, unsigned long offset, int userbuf)
+               size_t csize, unsigned long offset, int userbuf)
 {
        void  *vaddr;