From patchwork Wed May 27 04:43:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Dumazet X-Patchwork-Id: 6487331 Return-Path: X-Original-To: patchwork-linux-scsi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F36D4C0020 for ; Wed, 27 May 2015 04:43:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 268F7206F4 for ; Wed, 27 May 2015 04:43:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4C9D7206EF for ; Wed, 27 May 2015 04:43:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750778AbbE0Ens (ORCPT ); Wed, 27 May 2015 00:43:48 -0400 Received: from mail-ig0-f177.google.com ([209.85.213.177]:33718 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750867AbbE0Enr (ORCPT ); Wed, 27 May 2015 00:43:47 -0400 Received: by igbpi8 with SMTP id pi8so77257968igb.0; Tue, 26 May 2015 21:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:content-type:mime-version :content-transfer-encoding; bh=pjqc4WwNJc26d3rBzgV4SRMuf7HGt3jSyiduz95H/WQ=; b=hJq1yFrFnfuPgwSW4aVPk6a3ag/f0oNAjlfaTN6QkDtwD1BV54UU78OUToQV/9EFMN f7RHf4iwMpBLWf0z/cyaBhyCXo/dU9PfmMc5OEUzPs9AS5dUWlbFxs1nPvLuFQNLH7QS Cqooav1sWnffM3SdUe1GG+8fWA7ZgtZtD1vq+kyfyQJYbcYq5UwftMo+S7T/ckGyx+fl LHgungWKm5cD7zAMfXZVS1yuShp5h3StRsW6FSg1YHRuW/dlbzrIYhIlKW1MOT9vz2u6 qqgB4h8/SNzq6My9VJSwmkPZYjiDwAGzSyS+vpEkhwZ3u46bd2Dyzozg9QW6qq95MYzF zRpw== X-Received: by 10.50.29.40 with SMTP id g8mr33958943igh.41.1432701826392; Tue, 26 May 2015 21:43:46 -0700 (PDT) Received: from [172.26.50.100] ([172.26.50.100]) by mx.google.com with ESMTPSA id r34sm12703208ioi.34.2015.05.26.21.43.45 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Tue, 26 May 2015 21:43:45 -0700 (PDT) Message-ID: <1432701824.4060.346.camel@edumazet-glaptop2.roam.corp.google.com> Subject: [PATCH net-next] qla4xxx: add a missing include From: Eric Dumazet To: David Miller Cc: netdev , linux-scsi@vger.kernel.org Date: Tue, 26 May 2015 21:43:44 -0700 X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Eric Dumazet vmalloc.h used to be included from include/net/inet_hashtables.h but it is no longer the case. Fixes: 095dc8e0c368 ("tcp: fix/cleanup inet_ehash_locks_alloc()") Reported-by: kbuild test robot Signed-off-by: Eric Dumazet --- Given its broken in David net-next tree, its probably simpler that David merges this fix directly ? Thanks ! drivers/scsi/qla4xxx/ql4_def.h | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 8f6d0fb2cd807255a66e962c3cb7c4c8633d4d77..a7cfc270bd08a1f01867affc2dee0fc6b7611472 100644 --- a/drivers/scsi/qla4xxx/ql4_def.h +++ b/drivers/scsi/qla4xxx/ql4_def.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include