Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753784Ab2KTBNp (ORCPT ); Mon, 19 Nov 2012 20:13:45 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:48318 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753842Ab2KTBNL (ORCPT ); Mon, 19 Nov 2012 20:13:11 -0500 X-SpamFilter-By: BOX Solutions SpamTrap 5.19 with qID qAK1CYDS011890, This message is released by code: ctaloc0852 From: To: , CC: , , , , , , , Wei WANG Subject: [PATCH 2/2] mmc: Explicitely include slab.h in rtsx_pci_sdmmc.c Date: Tue, 20 Nov 2012 09:12:34 +0800 Message-ID: <5b2596f763615c795ebccee33455ed725b9b6fd1.1353373737.git.wei_wang@realsil.com.cn> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 27 From: Wei WANG Signed-off-by: Wei WANG --- drivers/mmc/host/rtsx_pci_sdmmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/rtsx_pci_sdmmc.c b/drivers/mmc/host/rtsx_pci_sdmmc.c index 067dd46..571915d 100644 --- a/drivers/mmc/host/rtsx_pci_sdmmc.c +++ b/drivers/mmc/host/rtsx_pci_sdmmc.c @@ -21,6 +21,7 @@ */ #include +#include #include #include #include -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/