* more 2.6.x scsi fallout
@ 2005-06-19 6:47 David S. Miller
0 siblings, 0 replies; only message in thread
From: David S. Miller @ 2005-06-19 6:47 UTC (permalink / raw)
To: linux-scsi
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-19 6:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-19 6:47 more 2.6.x scsi fallout David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox