]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
* Directly include autoconf.h rather than through config.h
authorMathieu Bérard <mathieu.berard@crans.org>
Sat, 9 Sep 2006 15:33:10 +0000 (15:33 +0000)
committerMathieu Bérard <mathieu.berard@crans.org>
Sat, 9 Sep 2006 15:33:10 +0000 (15:33 +0000)
  This fix warning with Fedora kernels

omnibook.h

index d3b1db76a87523b7dd1b83b4368ab56348adf732..da1b4c4634b7edd69c59792629c6d898ad62f942 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/config.h>
+#include <linux/autoconf.h>
 #include <linux/version.h>
 
 /*