From: Zhu Yi Date: Thu, 24 Dec 2009 07:31:10 +0000 (+0800) Subject: iwlwifi: remove linux/utsrelease.h dependency X-Git-Tag: v2.6.34-rc1~233^2~556^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b91c1ea31d0d3ae5f848f7f7eab53dd691f8d0;p=pandora-kernel.git iwlwifi: remove linux/utsrelease.h dependency Commit 250cce26d5d03337aec4ff8405121f026adb4a89 uses UTS_RELEASE as the the in-tree iwlwifi driver version. However the inclusion of generated/utsrelease.h makes it a unpleasant behaviour to recompile the driver everytime when utsrelease.h is updated. In fact, the driver module is already built with the UTS_RELEASE information via vermagic of modinfo. Mark the in-tree driver with the version string "in-tree" to distinguish with those old out-of-tree drivers. Reported-by: David Miller Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed