diff options
author | Andrew Morton <akpm@osdl.org> | 2005-11-01 02:44:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-02 00:44:46 -0500 |
commit | ce4633704038f9bf39f20c10691747d6fc127bf4 (patch) | |
tree | 6171da06601000cb303d8abcb0d818d12edec0e7 /drivers/char/tlclk.c | |
parent | ebd50e500185a711e708653460d19f1dbb3ef944 (diff) |
[PATCH] tlclk build fix
drivers/char/tlclk.c: In function `tlclk_init':
drivers/char/tlclk.c:775: warning: implicit declaration of function `platform_device_register_simple'
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/tlclk.c')
-rw-r--r-- | drivers/char/tlclk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tlclk.c b/drivers/char/tlclk.c index 18cdd4361dc6..12167c04fa4c 100644 --- a/drivers/char/tlclk.c +++ b/drivers/char/tlclk.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <linux/sysfs.h> | 43 | #include <linux/sysfs.h> |
44 | #include <linux/device.h> | 44 | #include <linux/device.h> |
45 | #include <linux/miscdevice.h> | 45 | #include <linux/miscdevice.h> |
46 | #include <linux/platform_device.h> | ||
46 | #include <asm/io.h> /* inb/outb */ | 47 | #include <asm/io.h> /* inb/outb */ |
47 | #include <asm/uaccess.h> | 48 | #include <asm/uaccess.h> |
48 | 49 | ||