Move missing.h to shared directory
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 3 Oct 2014 01:08:47 +0000 (22:08 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 3 Oct 2014 03:31:10 +0000 (00:31 -0300)
Makefile.am
libkmod/libkmod-internal.h
libkmod/libkmod-signature.c
shared/missing.h [moved from libkmod/missing.h with 100% similarity]

index 8724de5..bc5df92 100644 (file)
@@ -55,9 +55,9 @@ lib_LTLIBRARIES = libkmod/libkmod.la
 
 libkmod_libkmod_la_SOURCES =\
        shared/macro.h \
+       shared/missing.h \
        libkmod/libkmod.h \
        libkmod/libkmod-internal.h \
-       libkmod/missing.h \
        libkmod/libkmod.c \
        libkmod/libkmod-list.c \
        libkmod/libkmod-config.c \
index 5e12d0d..79f1a13 100644 (file)
@@ -6,8 +6,8 @@
 #include <limits.h>
 
 #include <shared/macro.h>
+#include <shared/missing.h>
 
-#include "missing.h"
 #include "libkmod.h"
 
 static _always_inline_ _printf_format_(2, 3) void
index 28f993e..8fe5b40 100644 (file)
@@ -24,8 +24,9 @@
 #include <string.h>
 #include <stdio.h>
 
+#include <shared/missing.h>
+
 #include "libkmod-internal.h"
-#include "missing.h"
 
 /* These types and tables were copied from the 3.7 kernel sources.
  * As this is just description of the signature format, it should not be
similarity index 100%
rename from libkmod/missing.h
rename to shared/missing.h