Skip to content

Commit aa3ab33

Browse files
ubizjakzx2c4
authored andcommitted
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>
1 parent b27e03e commit aa3ab33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/scsi/libfcoe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <linux/skbuff.h>
1616
#include <linux/workqueue.h>
1717
#include <linux/local_lock.h>
18-
#include <linux/random.h>
18+
#include <linux/prandom.h>
1919
#include <scsi/fc/fc_fcoe.h>
2020
#include <scsi/libfc.h>
2121
#include <scsi/fcoe_sysfs.h>

0 commit comments

Comments
 (0)