Commit cd7d07db authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: mt7621-pci: review includes putting them in alphabethic order

There are some includes that are being used that are not really
needed to correct driver compilation. Remove them and reorder the
rest alphabetically.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Tested-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e38bb175
...@@ -40,26 +40,20 @@ ...@@ -40,26 +40,20 @@
************************************************************************** **************************************************************************
*/ */
#include <linux/types.h> #include <linux/bitops.h>
#include <linux/pci.h> #include <linux/clk.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/version.h>
#include <linux/pci.h>
#include <linux/io.h>
#include <asm/mips-cm.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/module.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/of_pci.h>
#include <linux/of_platform.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/of_pci.h>
#include <linux/of_platform.h>
#include <linux/pci.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/reset.h>
#include <ralink_regs.h>
#include <mt7621.h> #include <mt7621.h>
#include <ralink_regs.h>
#include "../../pci/pci.h" #include "../../pci/pci.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