| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2006 Freescale Semiconductor, Inc. All rights reserved. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Description: |
|---|
| 5 | 6 | * 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. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #include <linux/stddef.h> |
|---|
| .. | .. |
|---|
| 37 | 33 | #include <sysdev/fsl_soc.h> |
|---|
| 38 | 34 | #include <sysdev/fsl_pci.h> |
|---|
| 39 | 35 | #include <soc/fsl/qe/qe.h> |
|---|
| 40 | | -#include <soc/fsl/qe/qe_ic.h> |
|---|
| 41 | 36 | |
|---|
| 42 | 37 | #include "mpc83xx.h" |
|---|
| 43 | 38 | |
|---|
| .. | .. |
|---|
| 106 | 101 | .name = "MPC832x MDS", |
|---|
| 107 | 102 | .probe = mpc832x_sys_probe, |
|---|
| 108 | 103 | .setup_arch = mpc832x_sys_setup_arch, |
|---|
| 109 | | - .init_IRQ = mpc83xx_ipic_and_qe_init_IRQ, |
|---|
| 104 | + .init_IRQ = mpc83xx_ipic_init_IRQ, |
|---|
| 110 | 105 | .get_irq = ipic_get_irq, |
|---|
| 111 | 106 | .restart = mpc83xx_restart, |
|---|
| 112 | 107 | .time_init = mpc83xx_time_init, |
|---|