commit | c950a892cc302336d2a0900eba6d40ac0fb7cacb | [log] [tgz] |
---|---|---|
author | Vaishali Thakkar <vthakkar1994@gmail.com> | Wed Mar 18 23:13:04 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 20 13:27:13 2015 +0100 |
tree | f3edbe51b2d535f2ef3166425eaba82dda3e4f9a | |
parent | f6b43c2e85c631a05ab8aece0cbde5e12deb0701 [diff] |
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>