|
From: Peter K. <pk...@us...> - 2001-05-30 08:02:30
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bluetooth.c 1.176 1.177=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
kcomp.h did not appear until linux 2.2.18
The diff of the modified file(s):
--- bluetooth.c 2001/05/22 09:45:53 1.176
+++ bluetooth.c 2001/05/30 08:01:13 1.177
@@ -51,7 +51,7 @@
#include <linux/delay.h>
#include <linux/timer.h>
=20
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18)
# ifdef MODULE
# define module_init(x) int init_module(void) { return x(); }
# define module_exit(x) void cleanup_module(void) { x(); }
|