• Adrian Bunk's avatar
    [PATCH] fix the compilation of sym53c416.c · e70ab33d
    Adrian Bunk authored
    In 2.5.63 I get the following compile error in drivers/scsi/sym53c416.c:
    
    
    <--  snip  -->
    
    ...
      gcc -Wp,-MD,drivers/scsi/.sym53c416.o.d -D__KERNEL__ -Iinclude -Wall
    -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
    -pipe -mpreferred-stack-boundary=2 -march=k6
    -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include
    -DKBUILD_BASENAME=sym53c416 -DKBUILD_MODNAME=sym53c416 -c -o
    drivers/scsi/sym53c416.o drivers/scsi/sym53c416.c
    drivers/scsi/sym53c416.c: In function `sym53c416_detect':
    drivers/scsi/sym53c416.c:682: too many arguments to function
    `pnp_activate_dev'
    make[2]: *** [drivers/scsi/sym53c416.o] Error 1
    
    <--  snip  -->
    
    
    The following patch fixes it:
    e70ab33d
sym53c416.c 26.5 KB