diff options
Diffstat (limited to 'drivers')
-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 | ||