Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: dgap: removes version.h dependency

This patch removes the version.h dependencies to the
driver.h, fep5.c and tty.c files. This header was used
to help the driver support different versions of the
kernel. The support for different versions was removed
in a previous patch.

Signed-off-by: Lidza Louina <Lidza.Louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lidza Louina and committed by
Greg Kroah-Hartman
c34ca5a9 60914a1a

-3
-1
drivers/staging/dgap/dgap_driver.h
··· 27 27 #ifndef __DGAP_DRIVER_H 28 28 #define __DGAP_DRIVER_H 29 29 30 - #include <linux/version.h> /* To get the current Linux version */ 31 30 #include <linux/types.h> /* To pick up the varions Linux types */ 32 31 #include <linux/tty.h> /* To pick up the various tty structs/defines */ 33 32 #include <linux/interrupt.h> /* For irqreturn_t type */
-1
drivers/staging/dgap/dgap_fep5.c
··· 22 22 23 23 24 24 #include <linux/kernel.h> 25 - #include <linux/version.h> 26 25 #include <linux/module.h> 27 26 #include <linux/pci.h> 28 27 #include <linux/delay.h> /* For udelay */
-1
drivers/staging/dgap/dgap_tty.c
··· 39 39 */ 40 40 41 41 #include <linux/kernel.h> 42 - #include <linux/version.h> 43 42 #include <linux/sched.h> /* For jiffies, task states */ 44 43 #include <linux/interrupt.h> /* For tasklet and interrupt structs/defines */ 45 44 #include <linux/module.h>