netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] net: dsa: b53: Platform data shan't include kernel.h
@ 2020-02-05  9:29 Andy Shevchenko
  2020-02-05  9:29 ` [PATCH v2 2/2] net: dsa: microchip: " Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-02-05  9:29 UTC (permalink / raw)
  To: David S . Miller, netdev, Woojung Huh, Microchip Linux Driver Support
  Cc: Andy Shevchenko, Florian Fainelli

Replace with appropriate types.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
---
v2: Add tag, incorporate into 'net: dsa:' series
 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

* [PATCH v2 2/2] net: dsa: microchip: Platform data shan't include kernel.h
  2020-02-05  9:29 [PATCH v2 1/2] net: dsa: b53: Platform data shan't include kernel.h Andy Shevchenko
@ 2020-02-05  9:29 ` Andy Shevchenko
  2020-02-05 13:00   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-02-05  9:29 UTC (permalink / raw)
  To: David S . Miller, netdev, Woojung Huh, Microchip Linux Driver Support
  Cc: Andy Shevchenko, Florian Fainelli

Replace with appropriate types.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
---

v2: Add tag, incorporate into 'net: dsa:' series

 include/linux/platform_data/microchip-ksz.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/platform_data/microchip-ksz.h b/include/linux/platform_data/microchip-ksz.h
index 84789ca634aa..ea1cc6d829e9 100644
--- a/include/linux/platform_data/microchip-ksz.h
+++ b/include/linux/platform_data/microchip-ksz.h
@@ -19,7 +19,7 @@
 #ifndef __MICROCHIP_KSZ_H
 #define __MICROCHIP_KSZ_H
 
-#include <linux/kernel.h>
+#include <linux/types.h>
 
 struct ksz_platform_data {
 	u32 chip_id;
-- 
2.24.1


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

* Re: [PATCH v2 2/2] net: dsa: microchip: Platform data shan't include kernel.h
  2020-02-05  9:29 ` [PATCH v2 2/2] net: dsa: microchip: " Andy Shevchenko
@ 2020-02-05 13:00   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2020-02-05 13:00 UTC (permalink / raw)
  To: andriy.shevchenko; +Cc: netdev, woojung.huh, UNGLinuxDriver, f.fainelli

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Wed,  5 Feb 2020 11:29:03 +0200

> Replace with appropriate types.h.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> 
> v2: Add tag, incorporate into 'net: dsa:' series

Applied.

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05  9:29 [PATCH v2 1/2] net: dsa: b53: Platform data shan't include kernel.h Andy Shevchenko
2020-02-05  9:29 ` [PATCH v2 2/2] net: dsa: microchip: " Andy Shevchenko
2020-02-05 13:00   ` 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).