From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Tue, 30 Apr 2013 21:23:28 +0300 Subject: [ath9k-devel] [PATCH 02/20] ath10k: Merge mac.h with core.h In-Reply-To: <1367163098-22787-2-git-send-email-sujith@msujith.org> (Sujith Manoharan's message of "Sun, 28 Apr 2013 21:01:20 +0530") References: <1367163098-22787-1-git-send-email-sujith@msujith.org> <1367163098-22787-2-git-send-email-sujith@msujith.org> Message-ID: <87ehdrj2sf.fsf@kamboji.qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Sujith Manoharan writes: > From: Sujith Manoharan > > Signed-off-by: Sujith Manoharan > --- > drivers/net/wireless/ath/ath10k/core.c | 1 - > drivers/net/wireless/ath/ath10k/core.h | 20 +++++++++++ > drivers/net/wireless/ath/ath10k/htt_tx.c | 1 - > drivers/net/wireless/ath/ath10k/mac.c | 20 +++++++++-- > drivers/net/wireless/ath/ath10k/mac.h | 61 -------------------------------- > drivers/net/wireless/ath/ath10k/txrx.c | 1 - > drivers/net/wireless/ath/ath10k/wmi.c | 1 - > 7 files changed, 38 insertions(+), 67 deletions(-) > delete mode 100644 drivers/net/wireless/ath/ath10k/mac.h Why do you want to delete mac.h? My idea was to avoid bloating core.h and that's why I wanted to have header files for each .c file. -- Kalle Valo