removed unused #include <version.h>

The drivers below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/char/pcmcia/ipwireless/tty.c
  drivers/char/synclink_gt.c
  drivers/char/xilinx_hwicap/xilinx_hwicap.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Huang Weiyi
2008-08-17 07:51:05 +08:00
committed by Linus Torvalds
父節點 406703f8de
當前提交 b09c3e3f17
共有 3 個文件被更改,包括 0 次插入3 次删除

查看文件

@@ -74,7 +74,6 @@
* currently programmed in the FPGA.
*/
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>