Loading drivers/of/of_reserved_mem.c +2 −2 Original line number Diff line number Diff line /* * Device tree based initialization code for reserved memory. * * Copyright (c) 2013, 2015 The Linux Foundation. All Rights Reserved. * Copyright (c) 2013, 2015, 2017 The Linux Foundation. All Rights Reserved. * Copyright (c) 2013,2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * Author: Marek Szyprowski <m.szyprowski@samsung.com> Loading @@ -25,7 +25,7 @@ #include <linux/sort.h> #include <linux/slab.h> #define MAX_RESERVED_REGIONS 16 #define MAX_RESERVED_REGIONS 32 static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS]; static int reserved_mem_count; Loading Loading
drivers/of/of_reserved_mem.c +2 −2 Original line number Diff line number Diff line /* * Device tree based initialization code for reserved memory. * * Copyright (c) 2013, 2015 The Linux Foundation. All Rights Reserved. * Copyright (c) 2013, 2015, 2017 The Linux Foundation. All Rights Reserved. * Copyright (c) 2013,2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * Author: Marek Szyprowski <m.szyprowski@samsung.com> Loading @@ -25,7 +25,7 @@ #include <linux/sort.h> #include <linux/slab.h> #define MAX_RESERVED_REGIONS 16 #define MAX_RESERVED_REGIONS 32 static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS]; static int reserved_mem_count; Loading