hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/platforms/83xx/mpc832x_mds.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2006 Freescale Semiconductor, Inc. All rights reserved.
34 *
45 * Description:
56 * MPC832xE MDS board specific routines.
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the
9
- * Free Software Foundation; either version 2 of the License, or (at your
10
- * option) any later version.
117 */
128
139 #include <linux/stddef.h>
....@@ -37,7 +33,6 @@
3733 #include <sysdev/fsl_soc.h>
3834 #include <sysdev/fsl_pci.h>
3935 #include <soc/fsl/qe/qe.h>
40
-#include <soc/fsl/qe/qe_ic.h>
4136
4237 #include "mpc83xx.h"
4338
....@@ -106,7 +101,7 @@
106101 .name = "MPC832x MDS",
107102 .probe = mpc832x_sys_probe,
108103 .setup_arch = mpc832x_sys_setup_arch,
109
- .init_IRQ = mpc83xx_ipic_and_qe_init_IRQ,
104
+ .init_IRQ = mpc83xx_ipic_init_IRQ,
110105 .get_irq = ipic_get_irq,
111106 .restart = mpc83xx_restart,
112107 .time_init = mpc83xx_time_init,