staging:dgnc:Fixes use of deprecated headers in dgnc_cls.c
authorArchana kumari <archanakumari959@gmail.com>
Wed, 16 Oct 2013 02:38:54 +0000 (08:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Oct 2013 16:42:42 +0000 (09:42 -0700)
Fixes use of deprecated header <asm/io.h> in staging:dgnc:dgnc_cls.c

Signed-off-by: Archana kumari <archanakumari959@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c

index fa1bb63..67b927f 100644 (file)
@@ -33,7 +33,7 @@
 #include <linux/sched.h>       /* For jiffies, task states */
 #include <linux/interrupt.h>   /* For tasklet and interrupt structs/defines */
 #include <linux/delay.h>       /* For udelay */
-#include <asm/io.h>            /* For read[bwl]/write[bwl] */
+#include <linux/io.h>          /* For read[bwl]/write[bwl] */
 #include <linux/serial.h>      /* For struct async_serial */
 #include <linux/serial_reg.h>  /* For the various UART offsets */
 #include <linux/pci.h>