* [2.6 patch] unexport add_disk_randomness
@ 2008-01-30 20:02 Adrian Bunk
2008-01-30 20:09 ` Matt Mackall
2008-01-30 20:14 ` Jens Axboe
0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-01-30 20:02 UTC (permalink / raw)
To: Jens Axboe, mpm; +Cc: linux-kernel
This patch removes the no longer used EXPORT_SYMBOL(add_disk_randomness).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
f1a195a30248eae541ba006633aa70385d1eb785
diff --git a/drivers/char/random.c b/drivers/char/random.c
index 5fee056..c511a83 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [2.6 patch] unexport add_disk_randomness
2008-01-30 20:02 [2.6 patch] unexport add_disk_randomness Adrian Bunk
@ 2008-01-30 20:09 ` Matt Mackall
2008-01-30 20:14 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Matt Mackall @ 2008-01-30 20:09 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Jens Axboe, linux-kernel
On Wed, 2008-01-30 at 22:02 +0200, Adrian Bunk wrote:
> 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>
> ---
> f1a195a30248eae541ba006633aa70385d1eb785
> diff --git a/drivers/char/random.c b/drivers/char/random.c
> index 5fee056..c511a83 100644
> --- a/drivers/char/random.c
> +++ b/drivers/char/random.c
> @@ -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
--
Mathematics is the supreme nostalgia of our time.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] unexport add_disk_randomness
2008-01-30 20:02 [2.6 patch] unexport add_disk_randomness Adrian Bunk
2008-01-30 20:09 ` Matt Mackall
@ 2008-01-30 20:14 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2008-01-30 20:14 UTC (permalink / raw)
To: Adrian Bunk; +Cc: mpm, linux-kernel
On Wed, Jan 30 2008, Adrian Bunk wrote:
> This patch removes the no longer used EXPORT_SYMBOL(add_disk_randomness).
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Thanks, applied.
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-30 20:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 20:02 [2.6 patch] unexport add_disk_randomness Adrian Bunk
2008-01-30 20:09 ` Matt Mackall
2008-01-30 20:14 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox