Re: [PATCH v4 1/2] perf: Fujitsu: Add the Uncore MAC PMU driver
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Date: 2025-02-03 11:05:32
Also in:
linux-doc, lkml
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Date: 2025-02-03 11:05:32
Also in:
linux-doc, lkml
On Mon, 3 Feb 2025 07:18:38 +0000 "Yoshihiro Furudera (Fujitsu)" [off-list ref] wrote:
quoted
mod_devicetable.h for the acpi device table.After checking, I found that linux/mod_devicetable.h is included in linux/acpi.h.
True but with a few really tightly couple exceptions, normal kernel policy is follow include what you use principles. Thanks, Jonathan