Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1502907
| From | Stefan Wahren <stefan.wahren@i2se.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 net-next 1/8] net: qualcomm: remove unnecessary includes |
| Date | 2016-10-18 13:30 +0200 |
| Message-ID | <stAKK-WC-17@gated-at.bofh.it> (permalink) |
| References | <stAKK-WC-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Most of the includes in qca_7k.c are unnecessary so we better remove them. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> --- drivers/net/ethernet/qualcomm/qca_7k.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/net/ethernet/qualcomm/qca_7k.c b/drivers/net/ethernet/qualcomm/qca_7k.c index f0066fb..557d53c 100644 --- a/drivers/net/ethernet/qualcomm/qca_7k.c +++ b/drivers/net/ethernet/qualcomm/qca_7k.c @@ -23,11 +23,7 @@ * kernel-based SPI device. */ -#include <linux/init.h> -#include <linux/module.h> -#include <linux/moduleparam.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 v3 net-next 1/8] net: qualcomm: remove unnecessary includes Stefan Wahren <stefan.wahren@i2se.com> - 2016-10-18 13:30 +0200
csiph-web