From: Johannes Berg Date: Thu, 21 Jan 2010 14:21:10 +0000 (-0800) Subject: iwlagn: move ICT code into separate file X-Git-Tag: v2.6.35-rc1~473^2~714^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1175124f34a4b859b5064efb84a197e4f6794a6;p=pandora-kernel.git iwlagn: move ICT code into separate file All the ICT ISR code is iwlagn specific, and doesn't need to be in iwlcore. So create a new iwl-agn.h header file that will hold agn specific function declarations etc., and move the ICT code into a new iwl-agn-ict.c file that is linked into iwlagn. This also gets rid of exporting those symbols. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed