Commit 37ca936e authored by Jesper Juhl's avatar Jesper Juhl Committed by Greg Kroah-Hartman

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4756dc59
......@@ -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 */
......
#ifndef _SPEAKUP_H
#define _SPEAKUP_H
#include <linux/version.h>
#include "spk_types.h"
#include "i18n.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment