Re: [PATCH 1/2] Remove CsrEventHandle and functions using it

2012-10-25 Thread SeongJae Park
Thank you for comment. I will make and send patch again. Thanks and Regards. SeongJae Park. On Fri, Oct 26, 2012 at 4:16 AM, Greg KH wrote: > On Thu, Oct 25, 2012 at 02:51:10PM +0900, SeongJae Park wrote: >> Nobody use CsrEventHandle, Nobody call function using it as parameter. >> So, remove it.

Re: [PATCH 1/2] Remove CsrEventHandle and functions using it

2012-10-25 Thread Greg KH
On Thu, Oct 25, 2012 at 02:51:10PM +0900, SeongJae Park wrote: > Nobody use CsrEventHandle, Nobody call function using it as parameter. > So, remove it. > > Signed-off-by: SeongJae Park > --- > drivers/staging/csr/csr_framework_ext.h | 61 > - > drivers/staging/c

[PATCH 1/2] Remove CsrEventHandle and functions using it

2012-10-24 Thread SeongJae Park
Nobody use CsrEventHandle, Nobody call function using it as parameter. So, remove it. Signed-off-by: SeongJae Park --- drivers/staging/csr/csr_framework_ext.h | 61 - drivers/staging/csr/csr_framework_ext_types.h |2 - 2 files changed, 63 deletions(-) diff --