Re: question about drivers/mailbox/pcc.c

2015-03-13 Thread Julia Lawall
On Fri, 13 Mar 2015, Ashwin Chaugule wrote: > On 13 March 2015 at 05:12, Julia Lawall wrote: > > 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.

Re: question about drivers/mailbox/pcc.c

2015-03-13 Thread Ashwin Chaugule
On 13 March 2015 at 05:12, Julia Lawall wrote: > 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

question about drivers/mailbox/pcc.c

2015-03-13 Thread Julia Lawall
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 comi