Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652458
| From | Stefan Wahren <stefan.wahren@i2se.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 net-next 01/17] net: qualcomm: qca_7k: clean up header includes |
| Date | 2017-05-29 14:00 +0200 |
| Message-ID | <tMrv4-7MV-21@gated-at.bofh.it> (permalink) |
| References | <tMrv3-7MV-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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: Stefan Wahren <stefan.wahren@i2se.com> --- drivers/net/ethernet/qualcomm/qca_7k.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/qualcomm/qca_7k.c b/drivers/net/ethernet/qualcomm/qca_7k.c index f0066fb..e9162e1 100644 --- a/drivers/net/ethernet/qualcomm/qca_7k.c +++ b/drivers/net/ethernet/qualcomm/qca_7k.c @@ -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" -- 2.1.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v8 net-next 01/17] net: qualcomm: qca_7k: clean up header includes Stefan Wahren <stefan.wahren@i2se.com> - 2017-05-29 14:00 +0200
csiph-web