mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
slab - use angle brackets for include of kmalloc_sizes.h
Make them all use angle brackets and the directory name. Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Christoph Lameter <clameter@sgi.com>
This commit is contained in:
parent
9ac33b2b74
commit
1c61fc40fc
@ -41,7 +41,7 @@ static inline void *kmalloc(size_t size, gfp_t flags)
|
|||||||
goto found; \
|
goto found; \
|
||||||
else \
|
else \
|
||||||
i++;
|
i++;
|
||||||
#include "kmalloc_sizes.h"
|
#include <linux/kmalloc_sizes.h>
|
||||||
#undef CACHE
|
#undef CACHE
|
||||||
{
|
{
|
||||||
extern void __you_cannot_kmalloc_that_much(void);
|
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; \
|
goto found; \
|
||||||
else \
|
else \
|
||||||
i++;
|
i++;
|
||||||
#include "kmalloc_sizes.h"
|
#include <linux/kmalloc_sizes.h>
|
||||||
#undef CACHE
|
#undef CACHE
|
||||||
{
|
{
|
||||||
extern void __you_cannot_kmalloc_that_much(void);
|
extern void __you_cannot_kmalloc_that_much(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user