]> Git Repo - linux.git/commitdiff
[PATCH] tlclk build fix
authorAndrew Morton <[email protected]>
Tue, 1 Nov 2005 07:44:30 +0000 (23:44 -0800)
committerLinus Torvalds <[email protected]>
Wed, 2 Nov 2005 05:44:46 +0000 (21:44 -0800)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/tlclk.c

index 18cdd4361dc6f15fa395582d552cdecdb64f3cfe..12167c04fa4c00b44475f536ec53e7551c6b4d4f 100644 (file)
@@ -43,6 +43,7 @@
 #include <linux/sysfs.h>
 #include <linux/device.h>
 #include <linux/miscdevice.h>
+#include <linux/platform_device.h>
 #include <asm/io.h>            /* inb/outb */
 #include <asm/uaccess.h>
 
This page took 0.055172 seconds and 4 git commands to generate.