From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756104AbYD0FTf (ORCPT ); Sun, 27 Apr 2008 01:19:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754871AbYD0FTU (ORCPT ); Sun, 27 Apr 2008 01:19:20 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:49599 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754825AbYD0FTS (ORCPT ); Sun, 27 Apr 2008 01:19:18 -0400 Date: Sun, 27 Apr 2008 06:19:18 +0100 From: Al Viro To: David Miller Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds Subject: [PATCH] asm/unaligned.h doesn't work well as the very first include Message-ID: <20080427051918.GO5882@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Al Viro --- net/mac80211/mesh.h | 1 + net/mac80211/mesh_hwmp.c | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 742003d..9ee3aff 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -13,6 +13,7 @@ #include #include +#include #include "ieee80211_i.h" diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c index 02de8f1..3df8092 100644 --- a/net/mac80211/mesh_hwmp.c +++ b/net/mac80211/mesh_hwmp.c @@ -7,7 +7,6 @@ * published by the Free Software Foundation. */ -#include #include "mesh.h" #define TEST_FRAME_LEN 8192 -- 1.5.3.GIT