MISC: convert drivers/misc/* to use module_spi_driver()
authorAxel Lin <axel.lin@gmail.com>
Sun, 22 Jan 2012 07:38:22 +0000 (15:38 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 25 Jan 2012 00:31:49 +0000 (16:31 -0800)
This patch converts the drivers in drivers/misc/* to use the
module_spi_driver() macro which makes the code smaller and a bit
simpler.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Michael Hennerich <hennerich@blackfin.uclinux.org>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Daniel Mack <zonque@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found