summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Sands2006-04-28 18:53:45 +0200
committerGreg Kroah-Hartman2006-06-22 00:04:09 +0200
commitfcf4830a525d37b9bd3ba60430b5729b8621062d (patch)
treef074a52b10ea331915c9b3cbb5469cfe6a50a2ee
parent[PATCH] USB: clean out an unnecessary NULL check from ub (diff)
downloadkernel-qcow2-linux-fcf4830a525d37b9bd3ba60430b5729b8621062d.tar.gz
kernel-qcow2-linux-fcf4830a525d37b9bd3ba60430b5729b8621062d.tar.xz
kernel-qcow2-linux-fcf4830a525d37b9bd3ba60430b5729b8621062d.zip
[PATCH] USBATM: remove pointless inline
Remove pointless inline. Signed-off-by: Duncan Sands <baldrick@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/atm/usbatm.c2
1 files changed, 1 insertions, 1 deletions
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);