Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752667AbbFJEAU (ORCPT ); Wed, 10 Jun 2015 00:00:20 -0400 Received: from mga14.intel.com ([192.55.52.115]:50593 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750784AbbFJEAJ (ORCPT ); Wed, 10 Jun 2015 00:00:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,585,1427785200"; d="scan'208";a="724335263" From: Sudeep Dutt To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Jim Davis , Dan Carpenter , Nikhil Rao , Ashutosh Dixit , Sudeep Dutt Subject: [PATCH char-misc-next 1/2] misc: mic: Fix randconfig build error by including errno.h Date: Tue, 9 Jun 2015 20:58:31 -0700 Message-Id: <93cf60f548124591e1e42428818b36a412581ba4.1433896842.git.sudeep.dutt@intel.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 29 This issue was reported @ https://lkml.org/lkml/2015/6/9/731 Reported-by: Jim Davis Reviewed-by: Ashutosh Dixit Signed-off-by: Sudeep Dutt --- drivers/misc/mic/scif/scif_rb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/mic/scif/scif_rb.c b/drivers/misc/mic/scif/scif_rb.c index 47de222..637cc46 100644 --- a/drivers/misc/mic/scif/scif_rb.c +++ b/drivers/misc/mic/scif/scif_rb.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "scif_rb.h" -- 1.8.2.1 -- 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/