diff options
Diffstat (limited to 'drivers/usb/atm/usbatm.c')
| -rw-r--r-- | drivers/usb/atm/usbatm.c | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/drivers/usb/atm/usbatm.c b/drivers/usb/atm/usbatm.c index 3e80aa3b917a..8607af758bbd 100644 --- a/drivers/usb/atm/usbatm.c +++ b/drivers/usb/atm/usbatm.c @@ -93,8 +93,7 @@ static int usbatm_print_packet(struct usbatm_data *instance, const unsigned char  #endif  #define DRIVER_AUTHOR	"Johan Verrept, Duncan Sands <[email protected]>" -#define DRIVER_VERSION	"1.10" -#define DRIVER_DESC	"Generic USB ATM/DSL I/O, version " DRIVER_VERSION +#define DRIVER_DESC	"Generic USB ATM/DSL I/O"  static const char usbatm_driver_name[] = "usbatm"; @@ -174,7 +173,7 @@ static int usbatm_atm_ioctl(struct atm_dev *atm_dev, unsigned int cmd, void __us  static int usbatm_atm_send(struct atm_vcc *vcc, struct sk_buff *skb);  static int usbatm_atm_proc_read(struct atm_dev *atm_dev, loff_t *pos, char *page); -static struct atmdev_ops usbatm_atm_devops = { +static const struct atmdev_ops usbatm_atm_devops = {  	.dev_close	= usbatm_atm_dev_close,  	.open		= usbatm_atm_open,  	.close		= usbatm_atm_close, @@ -1315,7 +1314,6 @@ module_exit(usbatm_usb_exit);  MODULE_AUTHOR(DRIVER_AUTHOR);  MODULE_DESCRIPTION(DRIVER_DESC);  MODULE_LICENSE("GPL"); -MODULE_VERSION(DRIVER_VERSION);  /************  **  debug  ** |