2022-11-13 20:42:43

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 01/10] mfd: timberdale: Remove linux/msi.h include

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Lee Jones <[email protected]>
---
drivers/mfd/timberdale.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/mfd/timberdale.c
+++ b/drivers/mfd/timberdale.c
@@ -11,7 +11,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
-#include <linux/msi.h>
#include <linux/mfd/core.h>
#include <linux/slab.h>




2022-11-14 09:05:10

by Lee Jones

[permalink] [raw]
Subject: Re: [patch 01/10] mfd: timberdale: Remove linux/msi.h include

On Sun, 13 Nov 2022, Thomas Gleixner wrote:

> Nothing in this file needs anything from linux/msi.h
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Lee Jones <[email protected]>
> ---
> drivers/mfd/timberdale.c | 1 -
> 1 file changed, 1 deletion(-)

Applied, thanks.

--
Lee Jones [李琼斯]