Commit bb4e1ca9 authored by Oliver Hübers's avatar Oliver Hübers Committed by Greg Kroah-Hartman

staging: mt7621-pci: Include preferred headers

This fixes the following checkpatch warnings:
Use #include <linux/pci.h> instead of <asm/pci.h>
Use #include <linux/io.h> instead of <asm/io.h>
Signed-off-by: default avatarOliver Hübers <oliver.huebers@web.de>
Signed-off-by: default avatarVanessa Borgmann <nessa.x@web.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9b59883c
......@@ -44,8 +44,8 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/version.h>
#include <asm/pci.h>
#include <asm/io.h>
#include <linux/pci.h>
#include <linux/io.h>
#include <asm/mips-cm.h>
#include <linux/init.h>
#include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment