summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/pmcc4_drv.c
diff options
context:
space:
mode:
authorDulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>2013-05-21 21:44:35 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-21 10:39:08 -0700
commitf74a9d65b1afe79128fd3e783aacde89032db07c (patch)
tree841de0a36eaf069718a4d2541c733d13a676b5f5 /drivers/staging/cxt1e1/pmcc4_drv.c
parentad28497cdbd6308492eeaea6c6484d2fb063c840 (diff)
downloadop-kernel-dev-f74a9d65b1afe79128fd3e783aacde89032db07c.zip
op-kernel-dev-f74a9d65b1afe79128fd3e783aacde89032db07c.tar.gz
Staging: cxt1e1: Replacing asm/io.h with linux/io.h
This patch fixes the warning "Use #include <linux/io.h> instead of <asm/io.h>" generated by using checkpatch.pi. Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/cxt1e1/pmcc4_drv.c')
-rw-r--r--drivers/staging/cxt1e1/pmcc4_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cxt1e1/pmcc4_drv.c b/drivers/staging/cxt1e1/pmcc4_drv.c
index 8d8a22b..85b4c84 100644
--- a/drivers/staging/cxt1e1/pmcc4_drv.c
+++ b/drivers/staging/cxt1e1/pmcc4_drv.c
@@ -28,7 +28,7 @@
#include <linux/sched.h> /* include for timer */
#include <linux/timer.h> /* include for timer */
#include <linux/hdlc.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include "sbecom_inline_linux.h"
#include "libsbew.h"
OpenPOWER on IntegriCloud