| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * P1010RDB Board Setup |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2011 Freescale Semiconductor Inc. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #include <linux/stddef.h> |
|---|
| .. | .. |
|---|
| 55 | 51 | } |
|---|
| 56 | 52 | |
|---|
| 57 | 53 | machine_arch_initcall(p1010_rdb, mpc85xx_common_publish_devices); |
|---|
| 58 | | -machine_arch_initcall(p1010_rdb, swiotlb_setup_bus_notifier); |
|---|
| 59 | 54 | |
|---|
| 60 | 55 | /* |
|---|
| 61 | 56 | * Called very early, device-tree isn't unflattened |
|---|