Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>

Substitute the inclusion of <linux/random.h> header with
<linux/prandom.h> to allow the removal of legacy inclusion
of <linux/prandom.h> from <linux/random.h>.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Cc: Hannes Reinecke <hare@suse.de>
Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

authored by

Uros Bizjak and committed by
Jason A. Donenfeld
aa3ab333 b27e03ee

+1 -1
+1 -1
include/scsi/libfcoe.h
··· 15 15 #include <linux/skbuff.h> 16 16 #include <linux/workqueue.h> 17 17 #include <linux/local_lock.h> 18 - #include <linux/random.h> 18 + #include <linux/prandom.h> 19 19 #include <scsi/fc/fc_fcoe.h> 20 20 #include <scsi/libfc.h> 21 21 #include <scsi/fcoe_sysfs.h>