forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/platforms/85xx/ge_imp3a.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * GE IMP3A Board Setup
34 *
45 * Author Martyn Welch <martyn.welch@ge.com>
56 *
67 * Copyright 2010 GE Intelligent Platforms Embedded Systems, Inc.
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
128 *
139 * Based on: mpc85xx_ds.c (MPC85xx DS Board Setup)
1410 * Copyright 2007 Freescale Semiconductor Inc.
....@@ -201,8 +197,6 @@
201197 }
202198
203199 machine_arch_initcall(ge_imp3a, mpc85xx_common_publish_devices);
204
-
205
-machine_arch_initcall(ge_imp3a, swiotlb_setup_bus_notifier);
206200
207201 define_machine(ge_imp3a) {
208202 .name = "GE_IMP3A",