commit | d7f305e9a08040649b0800245e67708df58cdb55 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 07 10:50:25 2008 +1000 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sat Jul 12 08:22:37 2008 -0500 |
tree | b93fdf66ba2a3b96bd07beba332eb881b20163a9 | |
parent | 02a1e3ce7df624ba91e8ff06e172f448746ad76a [diff] |
[SCSI] sym53c8xx: Fix bogus sym_que_entry re-implementation of container_of The sym53c8xx driver, for some reason, seems to mostly re-implement linux/list.h with added bogosity. The main one is it's implementation of sym_que_entry which spits warnings with recent gcc's on some 64 bits architectures. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>