| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MPC8360E-RDK board file. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (c) 2007-2008 MontaVista Software, Inc. |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * 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. |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 21 | 17 | #include <asm/ipic.h> |
|---|
| 22 | 18 | #include <asm/udbg.h> |
|---|
| 23 | 19 | #include <soc/fsl/qe/qe.h> |
|---|
| 24 | | -#include <soc/fsl/qe/qe_ic.h> |
|---|
| 25 | 20 | #include <sysdev/fsl_soc.h> |
|---|
| 26 | 21 | #include <sysdev/fsl_pci.h> |
|---|
| 27 | 22 | |
|---|
| .. | .. |
|---|
| 46 | 41 | .name = "MPC836x RDK", |
|---|
| 47 | 42 | .probe = mpc836x_rdk_probe, |
|---|
| 48 | 43 | .setup_arch = mpc836x_rdk_setup_arch, |
|---|
| 49 | | - .init_IRQ = mpc83xx_ipic_and_qe_init_IRQ, |
|---|
| 44 | + .init_IRQ = mpc83xx_ipic_init_IRQ, |
|---|
| 50 | 45 | .get_irq = ipic_get_irq, |
|---|
| 51 | 46 | .restart = mpc83xx_restart, |
|---|
| 52 | 47 | .time_init = mpc83xx_time_init, |
|---|