All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: pi433: fix include asm/compat.h to linux/compat.h
@ 2017-11-29 16:58 Victor Carvalho
  2017-12-06 14:55 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Carvalho @ 2017-11-29 16:58 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

staging: pi433: fix include asm/compat.h to linux/compat.h

Signed-off-by: Victor Carvalho <victor.ruivo@cryptolab.net>
---
 drivers/staging/pi433/pi433_if.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c
index 3404cb9722c9..763104760650 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -48,7 +48,7 @@
 #include <linux/wait.h>
 #include <linux/spi/spi.h>
 #ifdef CONFIG_COMPAT
-#include <asm/compat.h>
+#include <linux/compat.h>
 #endif
 
 #include "pi433_if.h"
-- 
2.14.3

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

* Re: [PATCH] staging: pi433: fix include asm/compat.h to linux/compat.h
  2017-11-29 16:58 [PATCH] staging: pi433: fix include asm/compat.h to linux/compat.h Victor Carvalho
@ 2017-12-06 14:55 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-12-06 14:55 UTC (permalink / raw)
  To: Victor Carvalho; +Cc: linux-kernel

On Wed, Nov 29, 2017 at 02:58:53PM -0200, Victor Carvalho wrote:
> staging: pi433: fix include asm/compat.h to linux/compat.h

That just repeats what you said in the subject line :(

Please fix up and cc: the correct people as well.

thanks,

greg k-h

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

end of thread, other threads:[~2017-12-06 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29 16:58 [PATCH] staging: pi433: fix include asm/compat.h to linux/compat.h Victor Carvalho
2017-12-06 14:55 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.