more 2.6.x scsi fallout

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The drivers/scsi/ch.c code calls functions which do not exist.

drivers/scsi/ch.c:945: warning: implicit declaration of function `class_device_create'
drivers/scsi/ch.c:975: warning: implicit declaration of function `class_device_destroy'
drivers/scsi/ch.c:989: warning: implicit declaration of function `class_create'
drivers/scsi/ch.c:989: warning: assignment makes pointer from integer without a cast
drivers/scsi/ch.c:1008: warning: implicit declaration of function `class_destroy'

bash$ find . -type f -name "*.[ch]" | xargs egrep class_destroy
./drivers/scsi/ch.c:	class_destroy(ch_sysfs_class);
./drivers/scsi/ch.c:	class_destroy(ch_sysfs_class);
./security/selinux/ss/policydb.c:static int class_destroy(void *key, void *datum, void *p)
./security/selinux/ss/policydb.c:	class_destroy,
./security/selinux/ss/policydb.c:	class_destroy(key, cladatum, NULL);
-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux