ieee1394/sbp2.c Rev 681
Brought to you by:
aeb,
bencollins
On Sat Nov 16 21:52:50 2002 UTC, Ben changed sbp2.c to
not include scsi/sd.h for newer kernels:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,47)
#include "../scsi/sd.h"
but linux/version.h hasn't necessarily been included at
this point. I fixed mine by moving the include for
ieee1394_types.h ahead of this directive and things
seem ok.
Logged In: YES
user_id=55674
Ben, probably quickest for you to fix this.
Logged In: YES
user_id=592641
Fixed in Rev 691.