summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrodo Looijaard <frodol@dds.nl>2000-01-24 20:17:49 +0000
committerFrodo Looijaard <frodol@dds.nl>2000-01-24 20:17:49 +0000
commit83d5845df585ff2e099a07d6764c3697edfc0b34 (patch)
treedaae60e24feda5032d9793f527f7734495c4b4e4 /doc
parent888d32f50ba48c992559be8ada4786df0cf03de6 (diff)
downloadlm-sensors-git-83d5845df585ff2e099a07d6764c3697edfc0b34.tar.gz
Removal of kernel 2.0 and 2.1 compatibility: pass three
Modified mkpatch and documentation git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@706 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'doc')
-rw-r--r--doc/mkpatch6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/mkpatch b/doc/mkpatch
index 781c891f..214aba90 100644
--- a/doc/mkpatch
+++ b/doc/mkpatch
@@ -58,9 +58,3 @@ files were already present in the kernel, but had to be patched. Because
they can change between kernel versions, I had to scan them by hand to
find where the new code should be inserted. Each file has documented
what actually happens.
-
-One special other thing is done for each of the files specified in FILES.
-The include-file `compat.h' is removed from each source file, and explicit
-compatibility statements are added. The files are scanned for that, to
-see what compatibility statements are needed. In a future version, you
-will be able to specify which of those you want.