netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] net: dsa: b53: Platform data shan't include kernel.h
@ 2020-02-04 16:14 Andy Shevchenko
  2020-02-04 23:52 ` Florian Fainelli
  2020-02-05 12:57 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-02-04 16:14 UTC (permalink / raw)
  To: Florian Fainelli, netdev, David S . Miller; +Cc: Andy Shevchenko

Replace with appropriate types.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/linux/platform_data/b53.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/platform_data/b53.h b/include/linux/platform_data/b53.h
index c3b61ead41f2..6f6fed2b171d 100644
--- a/include/linux/platform_data/b53.h
+++ b/include/linux/platform_data/b53.h
@@ -19,7 +19,7 @@
 #ifndef __B53_H
 #define __B53_H
 
-#include <linux/kernel.h>
+#include <linux/types.h>
 #include <linux/platform_data/dsa.h>
 
 struct b53_platform_data {
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] net: dsa: b53: Platform data shan't include kernel.h
  2020-02-04 16:14 [PATCH v1] net: dsa: b53: Platform data shan't include kernel.h Andy Shevchenko
@ 2020-02-04 23:52 ` Florian Fainelli
  2020-02-05 12:57 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2020-02-04 23:52 UTC (permalink / raw)
  To: Andy Shevchenko, netdev, David S . Miller

On 2/4/20 8:14 AM, Andy Shevchenko wrote:
> Replace with appropriate types.h.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1] net: dsa: b53: Platform data shan't include kernel.h
  2020-02-04 16:14 [PATCH v1] net: dsa: b53: Platform data shan't include kernel.h Andy Shevchenko
  2020-02-04 23:52 ` Florian Fainelli
@ 2020-02-05 12:57 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-02-05 12:57 UTC (permalink / raw)
  To: andriy.shevchenko; +Cc: f.fainelli, netdev

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Tue,  4 Feb 2020 18:14:39 +0200

> Replace with appropriate types.h.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Applied, thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-05 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 16:14 [PATCH v1] net: dsa: b53: Platform data shan't include kernel.h Andy Shevchenko
2020-02-04 23:52 ` Florian Fainelli
2020-02-05 12:57 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).