Re: [PATCH] mfd: trivially fix build warning in sta2x11-mfd

2013-04-08 Thread Samuel Ortiz
Hi Alessandro, On Fri, Feb 22, 2013 at 10:39:59AM +0100, Alessandro Rubini wrote: > This driver cannot be a module, so "remove" is never called. The > mishap is mine, and back then there was no warning due to __devexit(). > > Signed-off-by: Alessandro Rubini > Acked-by: Giancarlo Asnaghi >

Re: [PATCH] mfd: trivially fix build warning in sta2x11-mfd

2013-04-08 Thread Samuel Ortiz
Hi Alessandro, On Fri, Feb 22, 2013 at 10:39:59AM +0100, Alessandro Rubini wrote: This driver cannot be a module, so remove is never called. The mishap is mine, and back then there was no warning due to __devexit(). Signed-off-by: Alessandro Rubini rub...@gnudd.com Acked-by: Giancarlo

Re: [PATCH] mfd: trivially fix build warning in sta2x11-mfd

2013-02-22 Thread Davide Ciminaghi
On Fri, Feb 22, 2013 at 10:39:59AM +0100, Alessandro Rubini wrote: > This driver cannot be a module, so "remove" is never called. The > mishap is mine, and back then there was no warning due to __devexit(). > > Signed-off-by: Alessandro Rubini > Acked-by: Giancarlo Asnaghi Acked-by: Davide

[PATCH] mfd: trivially fix build warning in sta2x11-mfd

2013-02-22 Thread Alessandro Rubini
This driver cannot be a module, so "remove" is never called. The mishap is mine, and back then there was no warning due to __devexit(). Signed-off-by: Alessandro Rubini Acked-by: Giancarlo Asnaghi --- drivers/mfd/sta2x11-mfd.c | 11 --- 1 files changed, 0 insertions(+), 11

[PATCH] mfd: trivially fix build warning in sta2x11-mfd

2013-02-22 Thread Alessandro Rubini
This driver cannot be a module, so remove is never called. The mishap is mine, and back then there was no warning due to __devexit(). Signed-off-by: Alessandro Rubini rub...@gnudd.com Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com --- drivers/mfd/sta2x11-mfd.c | 11 --- 1 files

Re: [PATCH] mfd: trivially fix build warning in sta2x11-mfd

2013-02-22 Thread Davide Ciminaghi
On Fri, Feb 22, 2013 at 10:39:59AM +0100, Alessandro Rubini wrote: This driver cannot be a module, so remove is never called. The mishap is mine, and back then there was no warning due to __devexit(). Signed-off-by: Alessandro Rubini rub...@gnudd.com Acked-by: Giancarlo Asnaghi