From: Pekka Enberg Date: Wed, 14 Jul 2010 10:12:57 +0000 (+0300) Subject: [SCSI] aic7xxx: Remove OS utility wrappers X-Git-Tag: v2.6.36-rc1~570^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48813cf989eb8695fe84df30207fc8ff5f15783c;p=pandora-kernel.git [SCSI] aic7xxx: Remove OS utility wrappers This patch removes malloc(), free(), and printf() wrappers from the aic7xxx SCSI driver. I didn't use pr_debug for printf because of some 'clever' uses of printf don't compile with the pr_debug. I didn't fix the overeager uses of GFP_ATOMIC either because I wanted to keep this patch as simple as possible. [jejb:fixed up checkpatch errors and fixed up missed conversion] Signed-off-by: Pekka Enberg Acked-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed