]> git.baikalelectronics.ru Git - kernel.git/commit
removed unused #include <version.h>
authorHuang Weiyi <weiyi.huang@gmail.com>
Sat, 16 Aug 2008 23:51:05 +0000 (07:51 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Aug 2008 00:21:58 +0000 (17:21 -0700)
commit7eb0b721a4d5f23dba81083d442b966d8525f25d
tree6c348481d17ac3115d235c59c8cec5274d561f9f
parent21252b0a277f8da3881a0855bf1f7c48a33d067d
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>
drivers/char/pcmcia/ipwireless/tty.c
drivers/char/synclink_gt.c
drivers/char/xilinx_hwicap/xilinx_hwicap.c