Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=43de80... Commit: 43de804df8d6002059bf4af4522fa9273a19b8aa Parent: 29b309e52d3d51ef8a15bd15590903cf272beb93 Author: Huang Weiyi <weiyi.huang@gmail.com> AuthorDate: Fri Jul 25 23:30:15 2008 +0800 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Fri Jul 25 09:23:31 2008 -0700 char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include Removed duplicated include file <linux/version.h> in char/xilinx_hwicap/xilinx_hwicap.c. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- drivers/char/xilinx_hwicap/xilinx_hwicap.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.c b/drivers/char/xilinx_hwicap/xilinx_hwicap.c index 51966cc..8bfee5f 100644 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c @@ -87,7 +87,6 @@ #include <linux/mutex.h> #include <linux/smp_lock.h> #include <linux/sysctl.h> -#include <linux/version.h> #include <linux/fs.h> #include <linux/cdev.h> #include <linux/platform_device.h> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
