mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 14:04:05 +08:00
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
Block a user