commit | 01a02ffcd55b74e3459bb7358140970e126d4731 | [log] [tgz] |
---|---|---|
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | Thu Feb 04 08:41:33 2010 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Feb 17 13:17:00 2010 -0600 |
tree | cc533e13052c960f31250c35a5660eeae75b6bce | |
parent | 466dc22409b97343c6b2168094d5f867093a70c2 [diff] |
[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 <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>