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 <[email protected]> Reviewed-by: Bart Van Assche <[email protected]> Cc: Hannes Reinecke <[email protected]> Cc: James E.J. Bottomley <[email protected]> Cc: Martin K. Petersen <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent b27e03e commit aa3ab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)