Re: [PATCHv3 6/6] mailbox: move the internal definitions into a private file

2014-02-15 Thread Jassi Brar
On Sun, Feb 16, 2014 at 12:46 AM, Greg KH wrote: > On Sat, Feb 15, 2014 at 11:57:02PM +0530, Jassi Brar wrote: >> From: Suman Anna >> >> This is needed for extracting the omap_mbox. The OMAP mailbox >> code has a need for exporting some pre-existing API to not >> break the current clients. >> >>

Re: [PATCHv3 6/6] mailbox: move the internal definitions into a private file

2014-02-15 Thread Greg KH
On Sat, Feb 15, 2014 at 11:57:02PM +0530, Jassi Brar wrote: > From: Suman Anna > > This is needed for extracting the omap_mbox. The OMAP mailbox > code has a need for exporting some pre-existing API to not > break the current clients. > > Signed-off-by: Suman Anna > --- > drivers/mailbox/mailb

Re: [PATCHv3 6/6] mailbox: move the internal definitions into a private file

2014-02-15 Thread Greg KH
On Sat, Feb 15, 2014 at 11:57:02PM +0530, Jassi Brar wrote: > From: Suman Anna > > This is needed for extracting the omap_mbox. The OMAP mailbox > code has a need for exporting some pre-existing API to not > break the current clients. > > Signed-off-by: Suman Anna > --- You don't agree with th