Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce68349a authored by Stefan Wahren's avatar Stefan Wahren Committed by David S. Miller
Browse files

net: qualcomm: qca_7k: clean up header includes



Currently the includes doesn't reflect the dependencies. So
fix this up by removing all unnecessary entries and add the
necessary ones explicit.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ae803902
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -23,11 +23,9 @@
 *   kernel-based SPI device.
 */

#include <linux/init.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/spi/spi.h>
#include <linux/version.h>

#include "qca_7k.h"