From patchwork Thu Aug 7 13:14:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Christian Noren Egtvedt X-Patchwork-Id: 4691291 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6ADA69F373 for ; Thu, 7 Aug 2014 13:39:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AEB47201DC for ; Thu, 7 Aug 2014 13:39:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7101201B4 for ; Thu, 7 Aug 2014 13:39:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757483AbaHGNj5 (ORCPT ); Thu, 7 Aug 2014 09:39:57 -0400 Received: from vuizook.err.no ([178.255.151.162]:37270 "EHLO vuizook.err.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757518AbaHGNj5 (ORCPT ); Thu, 7 Aug 2014 09:39:57 -0400 X-Greylist: delayed 1543 seconds by postgrey-1.27 at vger.kernel.org; Thu, 07 Aug 2014 09:39:56 EDT Received: from tix.egtvedt.no ([178.255.151.173]) by vuizook.err.no with esmtp (Exim 4.80) (envelope-from ) id 1XFNWB-0005QJ-H4; Thu, 07 Aug 2014 15:14:08 +0200 From: Hans-Christian Egtvedt To: linux-mmc@vger.kernel.org, ludovic.desroches@atmel.com Cc: Hans-Christian Egtvedt Subject: [PATCH] mmc: include linux/types.h for bool definition in atmel-mci.h Date: Thu, 7 Aug 2014 15:14:06 +0200 Message-Id: <1407417246-29709-1-git-send-email-egtvedt@samfundet.no> X-Mailer: git-send-email 1.9.1 X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds an include of linux/types.h to make sure bool is defined before utilized in this header file. Signed-off-by: Hans-Christian Egtvedt Acked-by: Ludovic Desroches --- include/linux/atmel-mci.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/atmel-mci.h b/include/linux/atmel-mci.h index 4c7a4b2..91b77f8 100644 --- a/include/linux/atmel-mci.h +++ b/include/linux/atmel-mci.h @@ -1,6 +1,8 @@ #ifndef __LINUX_ATMEL_MCI_H #define __LINUX_ATMEL_MCI_H +#include + #define ATMCI_MAX_NR_SLOTS 2 /**