Loading drivers/of/of_reserved_mem.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ #include <linux/slab.h> #include <linux/kmemleak.h> #define MAX_RESERVED_REGIONS 32 #define MAX_RESERVED_REGIONS 64 static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS]; static int reserved_mem_count; Loading Loading
drivers/of/of_reserved_mem.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ #include <linux/slab.h> #include <linux/kmemleak.h> #define MAX_RESERVED_REGIONS 32 #define MAX_RESERVED_REGIONS 64 static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS]; static int reserved_mem_count; Loading