Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760350Ab3JPI6D (ORCPT ); Wed, 16 Oct 2013 04:58:03 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:58873 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753604Ab3JPI6A (ORCPT ); Wed, 16 Oct 2013 04:58:00 -0400 From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: lee.jones@linaro.org, sachin.kamat@linaro.org, sameo@linux.intel.com, Sangbeom Kim Subject: [PATCH 5/9] mfd: sec-core: Include linux/of.h header Date: Wed, 16 Oct 2013 14:26:52 +0530 Message-Id: <1381913816-26730-5-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1381913816-26730-1-git-send-email-sachin.kamat@linaro.org> References: <1381913816-26730-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 29 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid breakage in the future. Signed-off-by: Sachin Kamat Cc: Sangbeom Kim --- drivers/mfd/sec-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c index f530e4b..34c18fb 100644 --- a/drivers/mfd/sec-core.c +++ b/drivers/mfd/sec-core.c @@ -17,6 +17,7 @@ #include #include #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/