commit | b2bdc3e7130001804f27e7c1254930143119f435 | [log] [tgz] |
---|---|---|
author | Richard Purdie <rpurdie@linux.intel.com> | Mon Feb 02 23:04:42 2009 +0000 |
committer | Richard Purdie <rpurdie@linux.intel.com> | Mon Apr 06 16:06:26 2009 +0100 |
tree | 389a878d3e427bdb424685e87d1eb9f04416b5e2 | |
parent | ac2dd0f110d5ab0359de7786e88e9971954ac7ee [diff] |
leds: Fix leds-gpio driver multiple module_init/exit usage You can't have multiple module_init()/module_exit calls so resort to messy ifdefs potentially pending some code refactoring. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>