From patchwork Mon May 30 02:50:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 828982 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p4U2xjvA027681 for ; Mon, 30 May 2011 02:59:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753441Ab1E3C7o (ORCPT ); Sun, 29 May 2011 22:59:44 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:63381 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439Ab1E3C7o (ORCPT ); Sun, 29 May 2011 22:59:44 -0400 Received: by pvg12 with SMTP id 12so1433048pvg.19 for ; Sun, 29 May 2011 19:59:43 -0700 (PDT) Received: by 10.143.33.7 with SMTP id l7mr601412wfj.228.1306724383520; Sun, 29 May 2011 19:59:43 -0700 (PDT) Received: from localhost.localdomain (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id k4sm2483335pbl.27.2011.05.29.19.59.41 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 May 2011 19:59:42 -0700 (PDT) From: Nobuhiro Iwamatsu To: linux-sh@vger.kernel.org Cc: a.p.zijlstra@chello.nl, Nobuhiro Iwamatsu Subject: [PATCH] sh: asm/tlb.h needs linux/swap.h Date: Mon, 30 May 2011 11:50:58 +0900 Message-Id: <1306723858-745-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.7.5.1 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Mon, 30 May 2011 02:59:45 +0000 (UTC) By commit 1e56a56410bb64bce62d44563e35a143fc2d515f, mmu_gather of sh was reworked. But this forgot include linux/swap.h in asm/tlb.h. Signed-off-by: Nobuhiro Iwamatsu CC: Peter Zijlstra --- arch/sh/include/asm/tlb.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sh/include/asm/tlb.h b/arch/sh/include/asm/tlb.h index 6c308d8..ec88bfc 100644 --- a/arch/sh/include/asm/tlb.h +++ b/arch/sh/include/asm/tlb.h @@ -9,6 +9,7 @@ #include #ifdef CONFIG_MMU +#include #include #include #include