Re: [patch V2 29/31] genirq/msi: Add abuse prevention comment to msi header

From: Thomas Gleixner
Date: Tue Dec 07 2021 - 07:46:24 EST


On Tue, Dec 07 2021 at 09:21, Greg Kroah-Hartman wrote:
> On Mon, Dec 06, 2021 at 11:51:49PM +0100, Thomas Gleixner wrote:
>> #include <linux/cpumask.h>
>> #include <linux/mutex.h>
>> #include <linux/list.h>
>>
> Ah, to be young and idealistic and hope that kernel developers read
> comments in header files :)

Hope dies last.

> You might want to add this to the driver-api kernel doc build?

When I do the next round of refactoring, I'm going to move the functions
which are available for drivers into a separate header file.

Thanks,

tglx