From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752822AbbCMJMy (ORCPT ); Fri, 13 Mar 2015 05:12:54 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:28985 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbbCMJMu (ORCPT ); Fri, 13 Mar 2015 05:12:50 -0400 X-IronPort-AV: E=Sophos;i="5.11,393,1422918000"; d="scan'208";a="103172769" Date: Fri, 13 Mar 2015 10:12:35 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: ashwin.chaugule@linaro.org, jassisinghbrar@gmail.com cc: daniel@iogearbox.net, linux-kernel@vger.kernel.org Subject: question about drivers/mailbox/pcc.c Message-ID: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, The patch 86c22f8c9a3b from Wed Nov 12 19:59:38 2014 in linux-next introduces a file that contains two exported functions: pcc_mbox_request_channel and pcc_mbox_free_channel. As far as I can see, these functions are not used by any modules in the kernel source tree. Is there some code coming that will use them, or should they be removed? thanks, julia