// SPDX-License-Identifier: GPL-2.0+ /* * Marvell Armada AP and CP110 helper * * Copyright (C) 2018 Marvell * * Gregory Clement <[email protected]> * */ #include "armada_ap_cp_helper.h" #include <linux/device.h> #include <linux/of.h> #include <linux/of_address.h> char *ap_cp_unique_name(struct device *dev, struct device_node *np, const char *name) { … }