--- zzzz-none-000/linux-5.15.111/include/linux/slab_def.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/linux/slab_def.h 2024-02-07 09:28:07.000000000 +0000 @@ -1,4 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #ifndef _LINUX_SLAB_DEF_H #define _LINUX_SLAB_DEF_H @@ -120,4 +124,6 @@ return cache->num; } +#define kmem_cache_t kmem_cache + #endif /* _LINUX_SLAB_DEF_H */