diff options
Diffstat (limited to 'drivers/usb/gadget/udc/pxa27x_udc.c')
| -rw-r--r-- | drivers/usb/gadget/udc/pxa27x_udc.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/usb/gadget/udc/pxa27x_udc.c b/drivers/usb/gadget/udc/pxa27x_udc.c index d48e239660c3..be2761f1b3f5 100644 --- a/drivers/usb/gadget/udc/pxa27x_udc.c +++ b/drivers/usb/gadget/udc/pxa27x_udc.c @@ -1,13 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+  /*   * Handles the Intel 27x USB Device Controller (UDC)   *   * Inspired by original driver by Frank Becker, David Brownell, and others.   * Copyright (C) 2008 Robert Jarzmik - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version.   */  #include <linux/module.h>  #include <linux/kernel.h>  | 

