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
1 changed files with 0 additions and 2 deletions
|
@ -667,8 +667,6 @@ void add_disk_randomness(struct gendisk *disk)
|
||||||
add_timer_randomness(disk->random,
|
add_timer_randomness(disk->random,
|
||||||
0x100 + MKDEV(disk->major, disk->first_minor));
|
0x100 + MKDEV(disk->major, disk->first_minor));
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_SYMBOL(add_disk_randomness);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define EXTRACT_SIZE 10
|
#define EXTRACT_SIZE 10
|
||||||
|
|
Loading…
Reference in a new issue