]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Remove unneeded version.h includes from drivers/staging/speakup/
authorJesper Juhl <jj@chaosbits.net>
Thu, 23 Jun 2011 23:01:50 +0000 (01:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 17:39:38 +0000 (10:39 -0700)
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/staging/speakup/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/speakup/main.c
drivers/staging/speakup/speakup.h

index 42fcf7e9cb6424c6e2d12f6f3c02505110279138..8be560458977658dcf9da1cba04a20938d852382 100644 (file)
@@ -23,7 +23,6 @@
 */
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/vt.h>
 #include <linux/tty.h>
 #include <linux/mm.h>          /* __get_free_page() and friends */
index 46edabe2d32c27bc1d7c22002d8ac017f81603f3..412b87947f667e3bd7e530a0c607b8894107b551 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef _SPEAKUP_H
 #define _SPEAKUP_H
-#include <linux/version.h>
 
 #include "spk_types.h"
 #include "i18n.h"