From: Duncan Sands Date: Fri, 28 Apr 2006 16:53:45 +0000 (+0200) Subject: [PATCH] USBATM: remove pointless inline X-Git-Tag: v2.6.18-rc1~858^2~97 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fcf4830a525d37b9bd3ba60430b5729b8621062d;p=karo-tx-linux.git [PATCH] USBATM: remove pointless inline Remove pointless inline. Signed-off-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/atm/usbatm.c b/drivers/usb/atm/usbatm.c index 546249843b8e..a38701c742c3 100644 --- a/drivers/usb/atm/usbatm.c +++ b/drivers/usb/atm/usbatm.c @@ -1039,7 +1039,7 @@ static void usbatm_tasklet_schedule(unsigned long data) tasklet_schedule((struct tasklet_struct *) data); } -static inline void usbatm_init_channel(struct usbatm_channel *channel) +static void usbatm_init_channel(struct usbatm_channel *channel) { spin_lock_init(&channel->lock); INIT_LIST_HEAD(&channel->list);