unexport add_disk_randomness
This patch removes the no longer used EXPORT_SYMBOL(add_disk_randomness). Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Matt Mackall <mpm@selenic.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
e30f98fcac
commit
640e248e44
|
@ -667,8 +667,6 @@ void add_disk_randomness(struct gendisk *disk)
|
|||
add_timer_randomness(disk->random,
|
||||
0x100 + MKDEV(disk->major, disk->first_minor));
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(add_disk_randomness);
|
||||
#endif
|
||||
|
||||
#define EXTRACT_SIZE 10
|
||||
|
|
Loading…
Reference in New Issue