From patchwork Thu Oct 13 19:56:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 9375681 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2622E607FD for ; Thu, 13 Oct 2016 19:57:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D3FC2A1A7 for ; Thu, 13 Oct 2016 19:57:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 120882A1A9; Thu, 13 Oct 2016 19:57:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AF7762A1A7 for ; Thu, 13 Oct 2016 19:57:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756084AbcJMT5Z (ORCPT ); Thu, 13 Oct 2016 15:57:25 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:40264 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755327AbcJMT5L (ORCPT ); Thu, 13 Oct 2016 15:57:11 -0400 Received: from [83.175.99.196] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bum7a-0000xk-HT for linux-rdma@vger.kernel.org; Thu, 13 Oct 2016 19:56:54 +0000 From: Christoph Hellwig To: linux-rdma@vger.kernel.org Subject: [PATCH 12/17] nes: move external declaration to nes_umain.h Date: Thu, 13 Oct 2016 21:56:11 +0200 Message-Id: <1476388576-22863-13-git-send-email-hch@lst.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1476388576-22863-1-git-send-email-hch@lst.de> References: <1476388576-22863-1-git-send-email-hch@lst.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Christoph Hellwig --- providers/nes/nes_umain.h | 2 ++ providers/nes/nes_uverbs.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/nes/nes_umain.h b/providers/nes/nes_umain.h index f3cc348..093956a 100644 --- a/providers/nes/nes_umain.h +++ b/providers/nes/nes_umain.h @@ -400,4 +400,6 @@ static inline uint32_t le32_to_cpu(uint32_t x) return le32toh(x); } +extern long int page_size; + #endif /* nes_umain_H */ diff --git a/providers/nes/nes_uverbs.c b/providers/nes/nes_uverbs.c index aa9c2b9..287e773 100644 --- a/providers/nes/nes_uverbs.c +++ b/providers/nes/nes_uverbs.c @@ -49,8 +49,6 @@ #include "nes_umain.h" #include "nes-abi.h" -extern long int page_size; - #define STATIC static #define INLINE inline