From: Meelis Roos <[email protected]> Date: Thu, 26 Sep 2013 16:12:55 +0300 (EEST)
> -rw-r--r-- 1 mroos mroos 97 Sep 20 21:56 > include/generated/uapi/linux/version.h > -rw-r--r-- 1 mroos mroos 97 Aug 10 2012 ./include/linux/version.h It's not the it doesn't get updated. It's that the file in your GIT tree is unsync'd. You need to "rm include/linux/version.h" and I bet that beforehand a "git stat" will show "include/linux/version.h" as a spurious file. Because of your situation, the second file is being included first, overriding the right file, the first one. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

