]> rtime.felk.cvut.cz Git - socketcan-devel.git/blobdiff - kernel/2.6/include/linux/can/version.h
Remove everything from version.h except definition of RCSID().
[socketcan-devel.git] / kernel / 2.6 / include / linux / can / version.h
index 30c1c5a40ee496aba073c9f9964e64ef02f8cf13..6a62680ef300358b1e4d9b0bf452a8f9e3ee5f8f 100644 (file)
 
 RCSID("$Id$");
 
-#define MAJORVERSION 2
-#define MINORVERSION 0
-#define PATCHLEVEL   0
-#define EXTRAVERSION "-pre6"
-
-#define LLCF_VERSION_CODE (((MAJORVERSION) << 16) + ((MINORVERSION) << 8) \
-                               + (PATCHLEVEL))
-
-/* stringification:  these are the usual macros to stringify with macro
-   expansion.   The str() macro does the expansion, the xstr() macro is
-   for the actual stringification.
-*/
-#define str(arg) xstr(arg)
-#define xstr(arg) #arg
-
-#define VERSION str(MAJORVERSION) "." str(MINORVERSION) "." str(PATCHLEVEL) \
-       EXTRAVERSION
-
 #endif /* CAN_VERSION_H */