Re: [linux-usb-devel] [patch]suspend support for usb serial

2007-05-03 Thread Greg KH
On Wed, May 02, 2007 at 11:53:49PM -0700, Greg KH wrote: > On Fri, Apr 27, 2007 at 08:54:57PM +0200, Oliver Neukum wrote: > > +EXPORT_SYMBOL(usb_serial_suspend); > > I changed these to be EXPORT_SYMBOL_GPL() like the rest of the > usb-serial core. > > > static const struct tty_operations serial_

Re: [linux-usb-devel] [patch]suspend support for usb serial

2007-05-03 Thread Greg KH
On Fri, Apr 27, 2007 at 08:54:57PM +0200, Oliver Neukum wrote: > +EXPORT_SYMBOL(usb_serial_suspend); I changed these to be EXPORT_SYMBOL_GPL() like the rest of the usb-serial core. > static const struct tty_operations serial_ops = { > .open = serial_open, > .close =