From: Christoph Hellwig Date: Thu, 25 Oct 2007 09:15:50 +0000 (+0800) Subject: iwlwifi: keep 3945 and 4965 headers separate X-Git-Tag: v2.6.25-rc1~1162^2~649 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d08cd1dfdc57dc834c47eb9f023fcf861f3d6bf;p=pandora-kernel.git iwlwifi: keep 3945 and 4965 headers separate The iwl3945 and iwl4965 devices share some common structure, but with a lot of difference split all over. Currently the two drivers share a lot of headers and use ugly preprocessor magic to manage the difference. This patch keeps two entirely separate copies of the headers to get rid of these hacks an ease future development. Signed-off-by: Christoph Hellwig Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed