Re: [PATCH v2] drivers/hvc: add missing __devexit_p()

2009-06-15 Thread Benjamin Herrenschmidt
On Mon, 2009-05-18 at 03:44 -0400, Mike Frysinger wrote: > The remove function uses __devexit, so the .remove assignment needs > __devexit_p() to fix a build error with hotplug disabled. > > Signed-off-by: Mike Frysinger > CC: linuxppc-...@ozlabs.org > --- > v2 Thanks. Andrew, I'm picking this o

[PATCH v2] drivers/hvc: add missing __devexit_p()

2009-05-18 Thread Mike Frysinger
The remove function uses __devexit, so the .remove assignment needs __devexit_p() to fix a build error with hotplug disabled. Signed-off-by: Mike Frysinger CC: linuxppc-dev@ozlabs.org --- v2 - include all hvc files drivers/char/hvc_iseries.c |2 +- drivers/char/hvc_vio.c |2