hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * MPC86xx HPCN board specific routines
34 *
....@@ -5,11 +6,6 @@
56 * Initial author: Xianghua Xiao <x.xiao@freescale.com>
67 *
78 * Copyright 2006 Freescale Semiconductor Inc.
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
139 */
1410
1511 #include <linux/stddef.h>
....@@ -121,7 +117,6 @@
121117 return 0;
122118 }
123119 machine_arch_initcall(mpc86xx_hpcn, declare_of_platform_devices);
124
-machine_arch_initcall(mpc86xx_hpcn, swiotlb_setup_bus_notifier);
125120
126121 define_machine(mpc86xx_hpcn) {
127122 .name = "MPC86xx HPCN",