diff options
Diffstat (limited to 'drivers/char/mbcs.c')
| -rw-r--r-- | drivers/char/mbcs.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/char/mbcs.c b/drivers/char/mbcs.c index 1aeaaba680d..e5d3e3f7a49 100644 --- a/drivers/char/mbcs.c +++ b/drivers/char/mbcs.c @@ -28,7 +28,6 @@  #include <linux/slab.h>  #include <asm/io.h>  #include <asm/uaccess.h> -#include <asm/system.h>  #include <asm/pgtable.h>  #include <asm/sn/addrs.h>  #include <asm/sn/intr.h> @@ -508,7 +507,7 @@ static int mbcs_gscr_mmap(struct file *fp, struct vm_area_struct *vma)  	vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); -	/* Remap-pfn-range will mark the range VM_IO and VM_RESERVED */ +	/* Remap-pfn-range will mark the range VM_IO */  	if (remap_pfn_range(vma,  			    vma->vm_start,  			    __pa(soft->gscr_addr) >> PAGE_SHIFT, @@ -800,7 +799,7 @@ static int mbcs_remove(struct cx_dev *dev)  	return 0;  } -static const struct cx_device_id __devinitdata mbcs_id_table[] = { +static const struct cx_device_id mbcs_id_table[] = {  	{  	 .part_num = MBCS_PART_NUM,  	 .mfg_num = MBCS_MFG_NUM,  | 
