diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-03-10 18:53:49 +0100 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-03-10 18:55:07 +0100 |
commit | f78a9e72f1c572aeaa7f6aebb433b3d6a117a49a (patch) | |
tree | 4112e20fcc7c0b005e7e9e5a86de7f8ca815a774 /drivers/input | |
parent | 3baec76b66fcf121292bab4bbce588b08c443400 (diff) |
ccwmx51: MMA7455L as module
Fix the MMA7455L driver to allow it to work also as a module.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/misc/mma7455l.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/mma7455l.c b/drivers/input/misc/mma7455l.c index f5113139e528..1cee2d1add04 100644 --- a/drivers/input/misc/mma7455l.c +++ b/drivers/input/misc/mma7455l.c @@ -645,3 +645,4 @@ MODULE_AUTHOR("Gregoire Gentil <gregoire@gentil.com>"); MODULE_LICENSE("GPL"); module_init(mma7455l_init); +module_exit(mma7455l_exit); |