From: Samuel Ortiz Date: Fri, 19 Dec 2008 02:37:09 +0000 (+0800) Subject: iwl3945: Remove DRV_NAME dependenies X-Git-Tag: v2.6.30-rc1~662^2~836^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3139c5956702c9ff957ac9fe2d902de355b063e;p=pandora-kernel.git iwl3945: Remove DRV_NAME dependenies As DRV_NAME is defined in 2 different header files, including both is not possible. This patch defines this constant from iwl3945-base.c and iwl-agn.c. It also redefines the IWL_ERROR and IWL_WARNING macros to use dev_printk, as the IWL_DEBUG_* macros do. Signed-off-by: Samuel Ortiz Acked-by: Abhijeet Kolekar Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed