iwlwifi: remove linux/utsrelease.h dependency
authorZhu Yi <yi.zhu@intel.com>
Thu, 24 Dec 2009 07:31:10 +0000 (15:31 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jan 2010 22:12:35 +0000 (17:12 -0500)
commit61b91c1ea31d0d3ae5f848f7f7eab53dd691f8d0
tree677a71ea32527ebd355e567ac2278aaba4a18545
parente5eb8bd9429ebd04cf906156d1fe40b52f88e82f
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 <davem@davemloft.net>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-core.h