From patchwork Mon Oct 26 23:49:50 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 36947 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id CB72FB7B9B for ; Tue, 27 Oct 2009 10:51:56 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755048AbZJZXv3 (ORCPT ); Mon, 26 Oct 2009 19:51:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755026AbZJZXv3 (ORCPT ); Mon, 26 Oct 2009 19:51:29 -0400 Received: from mail-yw0-f202.google.com ([209.85.211.202]:57402 "EHLO mail-yw0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754774AbZJZXv2 (ORCPT ); Mon, 26 Oct 2009 19:51:28 -0400 Received: by ywh40 with SMTP id 40so8770373ywh.33 for ; Mon, 26 Oct 2009 16:51:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.53.9 with SMTP id f9mr10068158ank.46.1256601092854; Mon, 26 Oct 2009 16:51:32 -0700 (PDT) From: Nobuhiro Iwamatsu Date: Tue, 27 Oct 2009 08:49:50 +0900 Message-ID: <29ab51dc0910261649p2fb22799o5cc70a71dff0f1dd@mail.gmail.com> Subject: [PATCH] sh_eth: Add asm/cacheflush.h To: netdev@vger.kernel.org Cc: Linux-sh , Paul Mundt Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add include asm/cacheflush.h, because declaration of __flush_purge_region moved to asm/cacheflush.h. Signed-off-by: Nobuhiro Iwamatsu --- drivers/net/sh_eth.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index f49d080..528b912 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -30,6 +30,7 @@ #include #include #include +#include #include "sh_eth.h"