Staging: speakup: Add helper macro for spk_synth boilerplate
authorVaishali Thakkar <vthakkar1994@gmail.com>
Wed, 18 Mar 2015 17:43:04 +0000 (23:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Mar 2015 12:27:13 +0000 (13:27 +0100)
commitc950a892cc302336d2a0900eba6d40ac0fb7cacb
treef3edbe51b2d535f2ef3166425eaba82dda3e4f9a
parentf6b43c2e85c631a05ab8aece0cbde5e12deb0701
Staging: speakup: Add helper macro for spk_synth boilerplate

For simple modules that contain a single spk_synth without
any additional setup code then ends up being a block of
duplicated boilerplate. This patch adds a new macro,
module_spk_synth(), which replaces the
module_init()/module_exit() registrations with template
functions.

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/spk_types.h