[PATCH] ds1337: export ds1337_do_command

From: Greg KH
Date: Wed Jun 22 2005 - 02:32:31 EST


[PATCH] ds1337: export ds1337_do_command

Signed-off-by: Ladislav Michl <ladis@xxxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit da17838c5e7256976c34c5d051dc8fb3c6f364b7
tree 179d41ec3c1e01263cae06cee297ebcf35769aa7
parent 912b9c0c52b95696165e84d67fdab2af81a2213e
author Ladislav Michl <ladis@xxxxxxxxxxxxxx> Wed, 11 May 2005 10:32:54 +0200
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Tue, 21 Jun 2005 21:51:52 -0700

drivers/i2c/chips/ds1337.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/i2c/chips/ds1337.c b/drivers/i2c/chips/ds1337.c
--- a/drivers/i2c/chips/ds1337.c
+++ b/drivers/i2c/chips/ds1337.c
@@ -380,5 +380,7 @@ MODULE_AUTHOR("James Chapman <jchapman@k
MODULE_DESCRIPTION("DS1337 RTC driver");
MODULE_LICENSE("GPL");

+EXPORT_SYMBOL_GPL(ds1337_do_command);
+
module_init(ds1337_init);
module_exit(ds1337_exit);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/