From patchwork Tue Jul 26 18:50:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafael Wysocki X-Patchwork-Id: 1009182 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6QIoGbU020175 for ; Tue, 26 Jul 2011 18:50:18 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753417Ab1GZSuR (ORCPT ); Tue, 26 Jul 2011 14:50:17 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:51890 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753079Ab1GZSuO (ORCPT ); Tue, 26 Jul 2011 14:50:14 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by ogre.sisk.pl (Postfix) with ESMTP id A25FA1B285A; Tue, 26 Jul 2011 20:18:14 +0200 (CEST) Received: from ogre.sisk.pl ([127.0.0.1]) by localhost (ogre.sisk.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14363-10; Tue, 26 Jul 2011 20:17:51 +0200 (CEST) Received: from ferrari.rjw.lan (220-bem-13.acn.waw.pl [82.210.184.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ogre.sisk.pl (Postfix) with ESMTP id 4A5551B5AB7; Tue, 26 Jul 2011 20:17:51 +0200 (CEST) From: "Rafael J. Wysocki" To: Linus Torvalds Subject: [PATCH 1/2] MMC / TMIO: Fix build issue related to struct scatterlist Date: Tue, 26 Jul 2011 20:50:23 +0200 User-Agent: KMail/1.13.6 (Linux/3.0.0+; KDE/4.6.0; x86_64; ; ) Cc: LKML , linux-sh@vger.kernel.org, "Greg Kroah-Hartman" , linux-usb@vger.kernel.org, linux-mmc@vger.kernel.org References: <201107262049.15333.rjw@sisk.pl> In-Reply-To: <201107262049.15333.rjw@sisk.pl> MIME-Version: 1.0 Message-Id: <201107262050.23379.rjw@sisk.pl> X-Virus-Scanned: amavisd-new at ogre.sisk.pl using MkS_Vir for Linux 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 (demeter1.kernel.org [140.211.167.41]); Tue, 26 Jul 2011 18:50:19 +0000 (UTC) From: Rafael J. Wysocki Fix build issue caused by undefined struct scatterlist in drivers/mmc/host/tmio_mmc.c. Signed-off-by: Rafael J. Wysocki Acked-by: Guennadi Liakhovetski --- drivers/mmc/host/tmio_mmc.h | 1 + drivers/usb/renesas_usbhs/fifo.c | 1 + 2 files changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: linux-2.6/drivers/mmc/host/tmio_mmc.h =================================================================== --- linux-2.6.orig/drivers/mmc/host/tmio_mmc.h +++ linux-2.6/drivers/mmc/host/tmio_mmc.h @@ -21,6 +21,7 @@ #include #include #include +#include /* Definitions for values the CTRL_SDIO_STATUS register can take. */ #define TMIO_SDIO_STAT_IOIRQ 0x0001