]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/include/asm/dmi.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[mv-sheeva.git] / arch / x86 / include / asm / dmi.h
index aa32f7e6c197485c709670f00cbfe66ae873b65b..fd8f9e2ca35f16ffdac6b9e609be0086ae055803 100644 (file)
@@ -1,10 +1,13 @@
 #ifndef _ASM_X86_DMI_H
 #define _ASM_X86_DMI_H
 
+#include <linux/compiler.h>
+#include <linux/init.h>
+
 #include <asm/io.h>
 #include <asm/setup.h>
 
-static inline void *dmi_alloc(unsigned len)
+static __always_inline __init void *dmi_alloc(unsigned len)
 {
        return extend_brk(len, sizeof(int));
 }