diff options
Diffstat (limited to 'arch/sh/kernel/crash_dump.c')
| -rw-r--r-- | arch/sh/kernel/crash_dump.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sh/kernel/crash_dump.c b/arch/sh/kernel/crash_dump.c index 569e7b171c01..b33be505361e 100644 --- a/arch/sh/kernel/crash_dump.c +++ b/arch/sh/kernel/crash_dump.c @@ -7,7 +7,7 @@  #include <linux/errno.h>  #include <linux/crash_dump.h>  #include <linux/io.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h>  /**   * copy_oldmem_page - copy one page from "oldmem" |