patch-1.3.22 linux/fs/hpfs/hpfs_caps.c

Next file: linux/fs/hpfs/hpfs_fs.c
Previous file: linux/fs/hpfs/README
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.21/linux/fs/hpfs/hpfs_caps.c linux/fs/hpfs/hpfs_caps.c
@@ -62,6 +62,15 @@
    code pages OS/2 is using.  Recoding from on-disk names to UTF-8
    could use the code page tags, though this is not what OS/2 does. */
 
+#ifdef MODULE
+#include <linux/module.h>
+#include <linux/version.h>
+#else
+#define MOD_INC_USE_COUNT
+#define MOD_DEC_USE_COUNT
+#endif
+
+
 static const unsigned char tb_cp850_to_latin1[128] =
 {
   199, 252, 233, 226, 228, 224, 229, 231,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this