| Submitter | Sachin Kamat |
|---|---|
| Date | Nov. 19, 2012, 11:45 a.m. |
| Message ID | <1353325540-9338-1-git-send-email-sachin.kamat@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/199991/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
On Mon, 2012-11-19 at 17:15 +0530, Sachin Kamat wrote:
> iwl-trans.h was included twice.
Thanks, I've picked this up.
johannes
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/wireless/iwlwifi/pcie/drv.c b/drivers/net/wireless/iwlwifi/pcie/drv.c index 2a46753..956fe6c 100644 --- a/drivers/net/wireless/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/iwlwifi/pcie/drv.c @@ -69,7 +69,6 @@ #include "iwl-trans.h" #include "iwl-drv.h" -#include "iwl-trans.h" #include "cfg.h" #include "internal.h"
iwl-trans.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- drivers/net/wireless/iwlwifi/pcie/drv.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)