diff options
author | Dan Williams <dan.j.williams@intel.com> | 2015-08-10 23:07:05 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2015-08-10 23:07:05 -0400 |
commit | 2584cf83578c26db144730ef498f4070f82ee3ea (patch) | |
tree | e8c5ab5140ca2425aacc5d73335072c94afbf831 /drivers/video/fbdev/stifb.c | |
parent | 124fe20d94630b6f173dae5eb815e6e6e350c72d (diff) | |
download | lwn-2584cf83578c26db144730ef498f4070f82ee3ea.tar.gz lwn-2584cf83578c26db144730ef498f4070f82ee3ea.zip |
arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
Preparation for uniform definition of ioremap, ioremap_wc, ioremap_wt,
and ioremap_cache, tree-wide.
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/video/fbdev/stifb.c')
-rw-r--r-- | drivers/video/fbdev/stifb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/stifb.c b/drivers/video/fbdev/stifb.c index 735355b0e023..7df4228e25f0 100644 --- a/drivers/video/fbdev/stifb.c +++ b/drivers/video/fbdev/stifb.c @@ -64,6 +64,7 @@ #include <linux/fb.h> #include <linux/init.h> #include <linux/ioport.h> +#include <linux/io.h> #include <asm/grfioctl.h> /* for HP-UX compatibility */ #include <asm/uaccess.h> |