Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / include / linux / compiler.h
index b5ff9881bef8f9696e921fb8731e1ff0ff072a94..793c0829e3a3909dd532c972e513c7b8164a16ed 100644 (file)
@@ -357,6 +357,10 @@ static __always_inline void __write_once_size(volatile void *p, void *res, int s
 #define __deprecated_for_modules
 #endif
 
+#ifndef __malloc
+#define __malloc
+#endif
+
 /*
  * Allow us to avoid 'defined but not used' warnings on functions and data,
  * as well as force them to be emitted to the assembly file.
This page took 0.025151 seconds and 5 git commands to generate.