hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/platforms/83xx/mpc836x_rdk.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * MPC8360E-RDK board file.
34 *
....@@ -5,11 +6,6 @@
56 * Copyright (c) 2007-2008 MontaVista Software, Inc.
67 *
78 * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
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/kernel.h>
....@@ -21,7 +17,6 @@
2117 #include <asm/ipic.h>
2218 #include <asm/udbg.h>
2319 #include <soc/fsl/qe/qe.h>
24
-#include <soc/fsl/qe/qe_ic.h>
2520 #include <sysdev/fsl_soc.h>
2621 #include <sysdev/fsl_pci.h>
2722
....@@ -46,7 +41,7 @@
4641 .name = "MPC836x RDK",
4742 .probe = mpc836x_rdk_probe,
4843 .setup_arch = mpc836x_rdk_setup_arch,
49
- .init_IRQ = mpc83xx_ipic_and_qe_init_IRQ,
44
+ .init_IRQ = mpc83xx_ipic_init_IRQ,
5045 .get_irq = ipic_get_irq,
5146 .restart = mpc83xx_restart,
5247 .time_init = mpc83xx_time_init,