diff options
Diffstat (limited to 'drivers/usb/atm')
| -rw-r--r-- | drivers/usb/atm/usbatm.c | 2 | ||||
| -rw-r--r-- | drivers/usb/atm/xusbatm.c | 1 |
2 files changed, 1 insertions, 2 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) | |||
| 1039 | tasklet_schedule((struct tasklet_struct *) data); | 1039 | tasklet_schedule((struct tasklet_struct *) data); |
| 1040 | } | 1040 | } |
| 1041 | 1041 | ||
| 1042 | static inline void usbatm_init_channel(struct usbatm_channel *channel) | 1042 | static void usbatm_init_channel(struct usbatm_channel *channel) |
| 1043 | { | 1043 | { |
| 1044 | spin_lock_init(&channel->lock); | 1044 | spin_lock_init(&channel->lock); |
| 1045 | INIT_LIST_HEAD(&channel->list); | 1045 | INIT_LIST_HEAD(&channel->list); |
diff --git a/drivers/usb/atm/xusbatm.c b/drivers/usb/atm/xusbatm.c index 42d6823b82b3..70125c6d3be4 100644 --- a/drivers/usb/atm/xusbatm.c +++ b/drivers/usb/atm/xusbatm.c | |||
| @@ -20,7 +20,6 @@ | |||
| 20 | ******************************************************************************/ | 20 | ******************************************************************************/ |
| 21 | 21 | ||
| 22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
| 23 | #include <linux/netdevice.h> /* FIXME: required by linux/etherdevice.h */ | ||
| 24 | #include <linux/etherdevice.h> /* for random_ether_addr() */ | 23 | #include <linux/etherdevice.h> /* for random_ether_addr() */ |
| 25 | 24 | ||
| 26 | #include "usbatm.h" | 25 | #include "usbatm.h" |
