linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] can: mcp251xfd: Fix header block to clarify independence from OF
@ 2021-05-26 19:18 Andy Shevchenko
  2021-05-26 19:22 ` Marc Kleine-Budde
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-05-26 19:18 UTC (permalink / raw)
  To: Marc Kleine-Budde, linux-can, netdev, linux-kernel
  Cc: Manivannan Sadhasivam, Thomas Kopp, Wolfgang Grandegger,
	David S. Miller, Jakub Kicinski, Andy Shevchenko

The driver is neither dependent on OF, nor it requires any OF headers.
Fix header block to clarify independence from OF.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c b/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c
index e0ae00e34c7b..81d0e5c2dd5c 100644
--- a/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c
+++ b/drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c
@@ -15,9 +15,8 @@
 #include <linux/bitfield.h>
 #include <linux/clk.h>
 #include <linux/device.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of.h>
-#include <linux/of_device.h>
 #include <linux/pm_runtime.h>
 
 #include <asm/unaligned.h>
-- 
2.30.2


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

* Re: [PATCH v1 1/1] can: mcp251xfd: Fix header block to clarify independence from OF
  2021-05-26 19:18 [PATCH v1 1/1] can: mcp251xfd: Fix header block to clarify independence from OF Andy Shevchenko
@ 2021-05-26 19:22 ` Marc Kleine-Budde
  2021-05-26 19:32   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Kleine-Budde @ 2021-05-26 19:22 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-can, netdev, linux-kernel, Manivannan Sadhasivam,
	Thomas Kopp, Wolfgang Grandegger, David S. Miller,
	Jakub Kicinski

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

On 26.05.2021 22:18:01, Andy Shevchenko wrote:
> The driver is neither dependent on OF, nor it requires any OF headers.
> Fix header block to clarify independence from OF.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Does it already work on ACPI?

Applied to linux-can-next/testing. 

thanks,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH v1 1/1] can: mcp251xfd: Fix header block to clarify independence from OF
  2021-05-26 19:22 ` Marc Kleine-Budde
@ 2021-05-26 19:32   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-05-26 19:32 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: linux-can, netdev, linux-kernel, Manivannan Sadhasivam,
	Thomas Kopp, Wolfgang Grandegger, David S. Miller,
	Jakub Kicinski

On Wed, May 26, 2021 at 09:22:14PM +0200, Marc Kleine-Budde wrote:
> On 26.05.2021 22:18:01, Andy Shevchenko wrote:
> > The driver is neither dependent on OF, nor it requires any OF headers.
> > Fix header block to clarify independence from OF.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Does it already work on ACPI?

Nope.

> Applied to linux-can-next/testing.

Please, scratch this (because of above).

I'll send out a v2 shortly.

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2021-05-26 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 19:18 [PATCH v1 1/1] can: mcp251xfd: Fix header block to clarify independence from OF Andy Shevchenko
2021-05-26 19:22 ` Marc Kleine-Budde
2021-05-26 19:32   ` Andy Shevchenko

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).