blob: efeb6d78da1719e5d68175f0b28e8b31d7410c29 [file] [log] [blame]
Robin Murphyfc058d32019-08-15 19:37:33 +01001// 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
10struct arm_smmu_device *arm_smmu_impl_init(struct arm_smmu_device *smmu)
11{
12 return smmu;
13}