// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2020-21 Intel Corporation. */ #include <linux/device.h> #include <linux/kobject.h> #include <linux/slab.h> #include "iosm_ipc_uevent.h" /* Update the uevent in work queue context */ static void ipc_uevent_work(struct work_struct *data) { … } void ipc_uevent_send(struct device *dev, char *uevent) { … }