• Guennadi Liakhovetski's avatar
    [PATCH] SCSI tmscsim.c: fix inline compile errors · 6ca38fb5
    Guennadi Liakhovetski authored
    Original Patch From: Adrian Bunk <bunk@fs.tum.de>
    
    I looked at those 3 functions. dc390_EnableMsgOut_Abort is called 5 times
    in the code and is 0x30 bytes long (as compiled with 3.3.2), so,
    uninlining it, probably, makes most sense. The other 2 functions are
    called only ones each and from the interrupt, so, I applied the
    "alternative approach" to them - moved above the calling functions.
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
    6ca38fb5
tmscsim.c 64.8 KB