X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fslab_def.h;h=39c3a5eb8ebe677851fedd8c8ff6a70730d17c0b;hb=849bf3a09fdcf9dbbe060da0f5bce90231b14625;hp=fcc48096ee6406be0200c19ea7d6b1a64609dda5;hpb=61441ed4e498f8f74f25116a465a73ca7fa2ac72;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h index fcc48096ee6..39c3a5eb8eb 100644 --- a/include/linux/slab_def.h +++ b/include/linux/slab_def.h @@ -41,7 +41,7 @@ static inline void *kmalloc(size_t size, gfp_t flags) goto found; \ else \ i++; -#include "kmalloc_sizes.h" +#include #undef CACHE { extern void __you_cannot_kmalloc_that_much(void); @@ -75,7 +75,7 @@ static inline void *kmalloc_node(size_t size, gfp_t flags, int node) goto found; \ else \ i++; -#include "kmalloc_sizes.h" +#include #undef CACHE { extern void __you_cannot_kmalloc_that_much(void);