[HWRNG] omap: Minor updates
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 16 Apr 2008 11:24:42 +0000 (19:24 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Apr 2008 02:19:34 +0000 (10:19 +0800)
commitc49a7f182c44c31ea460093eb263110824f6c98e
tree04314bdbe31c755b414f29233f4ddb513cd06d2c
parent584fffc8b1965cc09ebc4b7608bafcbf12ad5244
[HWRNG] omap: Minor updates

Minor cleanups to the OMAP RNG:

 - Comment update re RNG status:
     * yes, it works on 16xx; "rngtest" is quite happy
     * it's fast enough that polling vs IRQ is a non-issue
 - Get rid of BUG_ON
 - Help GCC not be stupid about inlining (object code shrink)
 - Remove "sparse" warning
 - Cope with new hotplug rule requiring "platform:" modalias

And make the file header match kernel conventions.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/omap-rng.c