linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging/rtl8712: Remove version.h includes
@ 2012-04-29 10:03 joseph daniel
  2012-04-30  1:28 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: joseph daniel @ 2012-04-29 10:03 UTC (permalink / raw)
  To: Larry Finger, Florian Schilhabel, Greg Kroah-Hartman, Ali Bahar,
	Michael Fiedler, Jiri Kosina, Dan Carpenter, devel, linux-kernel
  Cc: joseph daniel

there are version.h includes that are not needed , reported by make versioncheck
files:
1. drivers/staging/rtl8712/osdep_service.h
2. drivers/staging/rtl8712/rtl871x_ioctl_linux.c

Signed-off-by: joseph daniel <josephdanielwalter@gmail.com>
---
 drivers/staging/rtl8712/osdep_service.h       |    1 -
 drivers/staging/rtl8712/rtl871x_ioctl_linux.c |    1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h
index 9ba6033..cabf774 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -29,7 +29,6 @@
 #define _SUCCESS	1
 #define _FAIL		0
 
-#include <linux/version.h>
 #include <linux/spinlock.h>
 
 #include <linux/interrupt.h>
diff --git a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
index ef35bc2..a44d539 100644
--- a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
+++ b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
@@ -43,7 +43,6 @@
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
-#include <linux/version.h>
 #include <linux/io.h>
 #include <linux/semaphore.h>
 #include <net/iw_handler.h>
-- 
1.7.9.5


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

* Re: [PATCH] staging/rtl8712: Remove version.h includes
  2012-04-29 10:03 [PATCH] staging/rtl8712: Remove version.h includes joseph daniel
@ 2012-04-30  1:28 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2012-04-30  1:28 UTC (permalink / raw)
  To: joseph daniel
  Cc: Larry Finger, Florian Schilhabel, Ali Bahar, Michael Fiedler,
	Jiri Kosina, Dan Carpenter, devel, linux-kernel

On Sun, Apr 29, 2012 at 04:03:43PM +0600, joseph daniel wrote:
> there are version.h includes that are not needed , reported by make versioncheck
> files:
> 1. drivers/staging/rtl8712/osdep_service.h
> 2. drivers/staging/rtl8712/rtl871x_ioctl_linux.c
> 
> Signed-off-by: joseph daniel <josephdanielwalter@gmail.com>

This is already fixed up in linux-next, so I can't apply the patch
again, sorry :(


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

end of thread, other threads:[~2012-04-30  5:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-29 10:03 [PATCH] staging/rtl8712: Remove version.h includes joseph daniel
2012-04-30  1:28 ` Greg Kroah-Hartman

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