From: Stephen M. Cameron Date: Thu, 4 Feb 2010 14:41:33 +0000 (-0600) Subject: [SCSI] hpsa: Use kernel integer types, not userland ones X-Git-Tag: v2.6.34-rc1~284^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a02ffcd55b74e3459bb7358140970e126d4731;p=pandora-kernel.git [SCSI] hpsa: Use kernel integer types, not userland ones That is, use u64, u32, u16 and u8 rather than __u64, __u32, __u16 and __u8. Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed