Home
last modified time | relevance | path

Searched hist:d7f305e9a08040649b0800245e67708df58cdb55 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.hdiff d7f305e9a08040649b0800245e67708df58cdb55 Sun Jul 06 19:50:25 CDT 2008 Benjamin Herrenschmidt <benh@kernel.crashing.org> [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>