Re: [PATCH] drivers/char/random.c: Make add_hwgenerator_randomness static

2019-04-26 Thread Theodore Ts'o
On Sat, Apr 27, 2019 at 12:52:25AM +0530, Bharath Veda wrote: > Hi, > > Please ignore this patch. It breaks the build. > > On Fri, Apr 26, 2019 at 11:59 PM Bharath Vedartham > wrote: > > > > Make add_hwgenerator_randomness static as it is only declared on > > drivers/char/random.c If one were

Re: [PATCH] drivers/char/random.c: Make add_hwgenerator_randomness static

2019-04-26 Thread Bharath Veda
Hi, Please ignore this patch. It breaks the build. Thank you On Fri, Apr 26, 2019 at 11:59 PM Bharath Vedartham wrote: > > Make add_hwgenerator_randomness static as it is only declared on > drivers/char/random.c > > Signed-off-by: Bharath Vedartham > --- > drivers/char/random.c | 2 +- > 1 fi

[PATCH] drivers/char/random.c: Make add_hwgenerator_randomness static

2019-04-26 Thread Bharath Vedartham
Make add_hwgenerator_randomness static as it is only declared on drivers/char/random.c Signed-off-by: Bharath Vedartham --- drivers/char/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/random.c b/drivers/char/random.c index 38c6d1a..08fd00a 100644 --- a/