From: alex.bluesman.smirnov@gmail.com Date: Sun, 26 Aug 2012 05:10:10 +0000 (+0000) Subject: drivers/ieee802154/at86rf230: replace the code under _init and _exit by macro X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395a57385508f7b8b445b6911bfa35bc0ccaa0ff;p=pandora-kernel.git drivers/ieee802154/at86rf230: replace the code under _init and _exit by macro The code under _init and _exit functions is similar to the code of module_spi_driver macro, which is a wrapper to the module_driver macro, so use it instead. Signed-off-by: Alexander Smirnov Cc: Devendra Naga Signed-off-by: David S. Miller --- Reading git-diff-tree failed