From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751489AbbIGW7M (ORCPT ); Mon, 7 Sep 2015 18:59:12 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:33034 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbbIGW7J (ORCPT ); Mon, 7 Sep 2015 18:59:09 -0400 From: Anders Fridlund To: oleg.drokin@intel.com, andreas.dilger@intel.com Cc: gregkh@linuxfoundation.org, Julia.Lawall@lip6.fr, hannac@iu.edu, joe@perches.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Anders Fridlund Subject: [PATCH] staging: lustre: ptlrpc: include ptlrpc_internal.h Date: Tue, 8 Sep 2015 00:56:48 +0200 Message-Id: <1441666608-30349-1-git-send-email-anders.fridlund@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove sparse warning "symbol 'sptlrpc_plain_init' was not declared" by including ptlrpc_internal.h, which includes sptlrpc_plain_init. Signed-off-by: Anders Fridlund --- drivers/staging/lustre/lustre/ptlrpc/sec_plain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c b/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c index a243db6..d905b77 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c +++ b/drivers/staging/lustre/lustre/ptlrpc/sec_plain.c @@ -46,6 +46,7 @@ #include "../include/obd_class.h" #include "../include/lustre_net.h" #include "../include/lustre_sec.h" +#include "ptlrpc_internal.h" struct plain_sec { struct ptlrpc_sec pls_base; -- 1.9.1