Robin Murphy | fc058d3 | 2019-08-15 19:37:33 +0100 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | // Miscellaneous Arm SMMU implementation and integration quirks | ||||
3 | // Copyright (C) 2019 Arm Limited | ||||
4 | |||||
5 | #define pr_fmt(fmt) "arm-smmu: " fmt | ||||
6 | |||||
7 | #include "arm-smmu.h" | ||||
8 | |||||
9 | |||||
10 | struct arm_smmu_device *arm_smmu_impl_init(struct arm_smmu_device *smmu) | ||||
11 | { | ||||
12 | return smmu; | ||||
13 | } |