hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/firewire/init_ohci1394_dma.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * init_ohci1394_dma.c - Initializes physical DMA on all OHCI 1394 controllers
34 *
....@@ -16,20 +17,6 @@
1617 * To use physical DMA after the initialization of the firewire stack,
1718 * be sure that the stack enables it and (re-)attach after the bus reset
1819 * which may be caused by the firewire stack initialization.
19
- *
20
- * This program is free software; you can redistribute it and/or modify
21
- * it under the terms of the GNU General Public License as published by
22
- * the Free Software Foundation; either version 2 of the License, or
23
- * (at your option) any later version.
24
- *
25
- * This program is distributed in the hope that it will be useful,
26
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
- * GNU General Public License for more details.
29
- *
30
- * You should have received a copy of the GNU General Public License
31
- * along with this program; if not, write to the Free Software Foundation,
32
- * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3320 */
3421
3522 #include <linux/delay.h>