All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v4l/dvb: Add linux/version.h include as KERNEL_VERSION macro is used.
@ 2008-05-01 18:05 Andres Freund
  2008-05-01  8:50 ` Arjan van de Ven
  2008-05-01 19:31 ` Adrian Bunk
  0 siblings, 2 replies; 7+ messages in thread
From: Andres Freund @ 2008-05-01 18:05 UTC (permalink / raw)
  To: linux-kernel, apdim, Mauro Carvalho Chehab

Whitout this build fails with unknown macro on 
e4c576b911e364737b1bf4f5bfdab1c440713f26

Hopefully I did everything correct, as this is my first usage of git beside 
checking out. Also its my first patch on lk....

Is an Signed-off-by already appropriate with such an trivial change?

Signed-off-by: Andres Freund <andres@anarazel.de>
---
 drivers/media/radio/radio-maxiradio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/radio/radio-maxiradio.c 
b/drivers/media/radio/radio-maxiradio.c
index 0133ecf..e170fcd 100644
--- a/drivers/media/radio/radio-maxiradio.c
+++ b/drivers/media/radio/radio-maxiradio.c
@@ -34,6 +34,7 @@
 
 
 #include <linux/module.h>
+#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/ioport.h>
 #include <linux/delay.h>

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

end of thread, other threads:[~2008-05-02 10:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-01 18:05 [PATCH] v4l/dvb: Add linux/version.h include as KERNEL_VERSION macro is used Andres Freund
2008-05-01  8:50 ` Arjan van de Ven
2008-05-02 10:15   ` Mauro Carvalho Chehab
2008-05-01 19:31 ` Adrian Bunk
2008-05-01 19:36   ` Andres Freund
2008-05-01 19:45     ` Adrian Bunk
2008-05-01 20:38       ` Andres Freund

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.