diff options
Diffstat (limited to 'drivers/usb/gadget/function/f_acm.c')
| -rw-r--r-- | drivers/usb/gadget/function/f_acm.c | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/usb/gadget/function/f_acm.c b/drivers/usb/gadget/function/f_acm.c index 5e3828d9dac7..9fc98de83624 100644 --- a/drivers/usb/gadget/function/f_acm.c +++ b/drivers/usb/gadget/function/f_acm.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+  /*   * f_acm.c -- USB CDC serial (ACM) function driver   * @@ -6,10 +7,6 @@   * Copyright (C) 2008 by Nokia Corporation   * Copyright (C) 2009 by Samsung Electronics   * Author: Michal Nazarewicz (mina86@mina86.com) - * - * This software is distributed under the terms of the GNU General - * Public License ("GPL") as published by the Free Software Foundation, - * either version 2 of that License or (at your option) any later version.   */  /* #define VERBOSE_DEBUG */ @@ -786,7 +783,7 @@ static struct configfs_attribute *acm_attrs[] = {  	NULL,  }; -static struct config_item_type acm_func_type = { +static const struct config_item_type acm_func_type = {  	.ct_item_ops    = &acm_item_ops,  	.ct_attrs	= acm_attrs,  	.ct_owner       = THIS_MODULE,  | 
