forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/platforms/85xx/mpc85xx_ds.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * MPC85xx DS Board Setup
34 *
....@@ -5,11 +6,6 @@
56 * Roy Zang <tie-fei.zang@freescale.com>
67 * - Add PCI/PCI Exprees support
78 * Copyright 2007 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>
....@@ -173,10 +169,6 @@
173169 machine_arch_initcall(mpc8544_ds, mpc85xx_common_publish_devices);
174170 machine_arch_initcall(mpc8572_ds, mpc85xx_common_publish_devices);
175171 machine_arch_initcall(p2020_ds, mpc85xx_common_publish_devices);
176
-
177
-machine_arch_initcall(mpc8544_ds, swiotlb_setup_bus_notifier);
178
-machine_arch_initcall(mpc8572_ds, swiotlb_setup_bus_notifier);
179
-machine_arch_initcall(p2020_ds, swiotlb_setup_bus_notifier);
180172
181173 /*
182174 * Called very early, device-tree isn't unflattened