[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140515170302.087bd3e7@canb.auug.org.au>
Date: Thu, 15 May 2014 17:03:02 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Rusty Russell <rusty@...tcorp.com.au>,
LKML <linux-kernel@...r.kernel.org>
Cc: Amos Kong <akong@...hat.com>
Subject: [PATCH 3/2] virtio-rng: reinstate const to struct hwrng.name
This was removed by commit 08e53fbdb85c ("virtio-rng: support multiple
virtio-rng devices") in the virtio tree and can now be restored.
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
include/linux/hw_random.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/hw_random.h b/include/linux/hw_random.h
index 02d9c87be54c..b4b0eef5fddf 100644
--- a/include/linux/hw_random.h
+++ b/include/linux/hw_random.h
@@ -31,7 +31,7 @@
* @priv: Private data, for use by the RNG driver.
*/
struct hwrng {
- char *name;
+ const char *name;
int (*init)(struct hwrng *rng);
void (*cleanup)(struct hwrng *rng);
int (*data_present)(struct hwrng *rng, int wait);
--
2.0.0.rc2
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists