// SPDX-License-Identifier: MIT /* * Copyright © 2022 Intel Corporation */ #include "xe_gt_sysfs.h" #include <linux/kobject.h> #include <linux/sysfs.h> #include <drm/drm_managed.h> #include "xe_gt.h" static void xe_gt_sysfs_kobj_release(struct kobject *kobj) { … } static const struct kobj_type xe_gt_sysfs_kobj_type = …; static void gt_sysfs_fini(void *arg) { … } int xe_gt_sysfs_init(struct xe_gt *gt) { … }