projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd50e5
)
[PATCH] tlclk build fix
author
Andrew Morton
<akpm@osdl.org>
Tue, 1 Nov 2005 07:44:30 +0000
(23:44 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
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 <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tlclk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tlclk.c
b/drivers/char/tlclk.c
index 18cdd4361dc6f15fa395582d552cdecdb64f3cfe..12167c04fa4c00b44475f536ec53e7551c6b4d4f 100644
(file)
--- a/
drivers/char/tlclk.c
+++ b/
drivers/char/tlclk.c
@@
-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>