]> rtime.felk.cvut.cz Git - socketcan-devel.git/commitdiff
Added the include of <linux/version.h> as we are using the
authorhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Tue, 12 Feb 2008 15:25:19 +0000 (15:25 +0000)
committerhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Tue, 12 Feb 2008 15:25:19 +0000 (15:25 +0000)
LINUX_VERSION_CODE.

git-svn-id: svn://svn.berlios.de//socketcan/trunk@683 030b6a49-0b11-0410-94ab-b0dab22257f2

kernel/2.6/net/can/proc.c

index 8ead24d391d60648ef4b38824779a14e00f7ecd0..3b34d8980acba3dc450507b0b60389357031e99a 100644 (file)
@@ -42,6 +42,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/version.h>
 #include <linux/proc_fs.h>
 #include <linux/list.h>
 #include <linux/rcupdate.h>