From: Devendra Naga Date: Thu, 23 Aug 2012 22:04:42 +0000 (+0530) Subject: tty: max3100: use module_spi_driver X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0fc208e487a985c4d083c498fecf791e6e965b7;p=pandora-kernel.git tty: max3100: use module_spi_driver the driver's module init and exit functions can be replaced with module_spi_driver as they do only spi_register_driver and spi_unregister_driver in module's init and exit paths. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed