From: Jesper Juhl Date: Thu, 23 Jun 2011 23:01:50 +0000 (+0200) Subject: Remove unneeded version.h includes from drivers/staging/speakup/ X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~16943^2~196 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=37ca936e1d83041ac9981bd31802b2c28f36ce93;p=mirror_ubuntu-artful-kernel.git Remove unneeded version.h includes from drivers/staging/speakup/ 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/main.c index 42fcf7e9cb64..8be560458977 100644 --- a/drivers/staging/speakup/main.c +++ b/drivers/staging/speakup/main.c @@ -23,7 +23,6 @@ */ #include -#include #include #include #include /* __get_free_page() and friends */ diff --git a/drivers/staging/speakup/speakup.h b/drivers/staging/speakup/speakup.h index 46edabe2d32c..412b87947f66 100644 --- a/drivers/staging/speakup/speakup.h +++ b/drivers/staging/speakup/speakup.h @@ -1,6 +1,5 @@ #ifndef _SPEAKUP_H #define _SPEAKUP_H -#include #include "spk_types.h" #include "i18n.h"