lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Sep 2009 16:37:10 +0530
From:	Jaswinder Singh Rajput <jaswinder@...nel.org>
To:	Kevin Hilman <khilman@...prootsystems.com>,
	Krzysztof Helt <krzysztof.h1@...pl>,
	Pavel Kiryukhin <pkiryukhin@...mvista.com>,
	Steve Chen <schen@...sta.com>,
	Sudhakar Rajashekhara <sudhakar.raj@...com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	davinci <davinci-linux-open-source@...ux.davincidsp.com>,
	linux-fbdev-devel@...ts.sourceforge.net,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] video: includecheck fix: da8xx-fb.c


fix the following 'make includecheck' warning:

  drivers/video/da8xx-fb.c: linux/device.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
Cc: Kevin Hilman <khilman@...prootsystems.com>
Cc: Krzysztof Helt <krzysztof.h1@...pl>
Cc: Pavel Kiryukhin <pkiryukhin@...mvista.com>
Cc: Steve Chen <schen@...sta.com>
Cc: Sudhakar Rajashekhara <sudhakar.raj@...com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
 drivers/video/da8xx-fb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index 42e1005..d065894 100644
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
@@ -26,7 +26,6 @@
 #include <linux/device.h>
 #include <linux/platform_device.h>
 #include <linux/uaccess.h>
-#include <linux/device.h>
 #include <linux/interrupt.h>
 #include <linux/clk.h>
 #include <video/da8xx-fb.h>
-- 
1.6.0.6


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ